Matrix.Equals

Matrix.Equals method

Compares matrix agains other object.

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

Return Value

Returns true is other object is Matrix and all matrix member are equal to correspondim members of the matrix

See Also