CompoundCurve.op_Inequality

CompoundCurve Inequality operator

Implements the operator !=.

public static bool operator !=(CompoundCurve a, CompoundCurve b)
ParameterTypeDescription
aCompoundCurveThe A instance.
bCompoundCurveThe B instance.

Return Value

The result of the operator.

See Also