GeometryCollection.op_Inequality

GeometryCollection Inequality operator

Implements the operator !=.

public static bool operator !=(GeometryCollection a, GeometryCollection b)
ParameterTypeDescription
aGeometryCollectionThe A instance.
bGeometryCollectionThe B instance.

Return Value

The result of the operator.

See Also