Matrix4x4Double.Equals

Equals(Matrix4x4Double)

Returns a boolean indicating whether this matrix instance is equal to the other given matrix.

public bool Equals(Matrix4x4Double other)
ParameterTypeDescription
otherMatrix4x4DoubleThe matrix to compare this instance to.

Return Value

True if the matrices are equal; False otherwise.

See Also


Equals(object)

Returns a boolean indicating whether the given Object is equal to this matrix instance.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe Object to compare against.

Return Value

True if the Object is equal to this matrix; False otherwise.

See Also