Method Equals
Equals(float4x4)
Returns true if the float4x4 is equal to a given float4x4, false otherwise.
Declaration
public bool Equals(float4x4 rhs)
Parameters
Type | Name | Description |
---|---|---|
float4x4 | rhs | Right hand side argument to compare equality with. |
Returns
Type | Description |
---|---|
Boolean | The result of the equality comparison. |
Equals(Object)
Returns true if the float4x4 is equal to a given float4x4, false otherwise.
Declaration
public override bool Equals(object o)
Parameters
Type | Name | Description |
---|---|---|
Object | o | Right hand side argument to compare equality with. |
Returns
Type | Description |
---|---|
Boolean | The result of the equality comparison. |