LineString.op_Equality

LineString Equality operator

Implements the operator ==.

public static bool operator ==(LineString a, LineString b)
ParameterTypeDescription
aLineStringThe A instance.
bLineStringThe B instance.

Return Value

The result of the operator.

See Also