CompoundCurve.op_Equality

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