[]
        
(Showing Draft Content)

C1.Util.DX.Matrix3x2.Equals

Equals Method

Equals(Matrix3x2)

Determines whether the specified Matrix3x2 is equal to this instance.

Declaration
public bool Equals(Matrix3x2 other)
Parameters
Type Name Description
Matrix3x2 other
Returns
Type Description
bool
Implements

Equals(object)

Determines whether the specified object is equal to this instance.

Declaration
public override bool Equals(object value)
Parameters
Type Name Description
object value
Returns
Type Description
bool
Overrides