PrecisionModel.op_Inequality

PrecisionModel Inequality operator

Implements the operator !=.

public static bool operator !=(PrecisionModel a, PrecisionModel b)
ParameterTypeDescription
aPrecisionModelThe A instance.
bPrecisionModelThe B instance.

Return Value

The result of the operator.

See Also