XpsMatrix.op_Equality

XpsMatrix Equality operator

Implements the operator ==.

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

Return Value

The result of the operator.

See Also