XpsMatrix.op_Inequality

XpsMatrix Inequality 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