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