Matrix.Equals

Matrix.Equals method

Tests whether the specified object is a Matrix and is identical to this Matrix.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe object to test.

Return Value

This method returns true if obj is the specified Matrix identical to this Matrix; otherwise, false.

See Also