PrecisionModel.op_Equality

PrecisionModel Equality 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