[]
        
(Showing Draft Content)

C1.Util.DX.Matrix4x4.Equals

Equals Method

Equals(Matrix4x4)

Determines whether the specified Matrix4x4 is equal to this instance.

Declaration
public bool Equals(Matrix4x4 other)
Parameters
Type Name Description
Matrix4x4 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