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