Matrix3D.Equals

Matrix3D.Equals method

Compares matrix against other object.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectObject to compare.

Return Value

Returns true is other object is Matrix3D and all matrix members are equal to corresponding members of the matrix

See Also