EqualsRef Method (Matrix5x4)
In This Topic
Determines whether the specified
Matrix5x4 is equal to this instance.
Syntax
'Declaration
Public Function EqualsRef( _
ByRef As Matrix5x4 _
) As System.Boolean
public System.bool EqualsRef(
ref Matrix5x4
)
Parameters
- other
See Also