Method Equals
Equals(Material)
Tests if this Material is considered equal to another.
Declaration
public bool Equals(Material other)
Parameters
Type | Name | Description |
---|---|---|
Material | other | The material to compare to this object. |
Returns
Type | Description |
---|---|
bool | True if the objects are considered equal, false if they are not. |