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