XpsMatrix.Equals

Equals(object)

Determines whether the specified Object is equal to this instance.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe Object to compare with this instance.

Return Value

true if the specified Object is equal to this instance; otherwise, false.

See Also


Equals(XpsMatrix, XpsMatrix)

The actual implementation.

public static bool Equals(XpsMatrix a, XpsMatrix b)
ParameterTypeDescription
aXpsMatrixThe first matrix.
bXpsMatrixThe second matrix.

Return Value

[true] if martrix are equals

See Also