CircularStringInequality Operator

Implements the operator !=.

Namespace:  Aspose.Gis.Geometries
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public static bool operator !=(
	CircularString a,
	CircularString b
)

Parameters

a
Type: Aspose.Gis.GeometriesCircularString
The A instance.
b
Type: Aspose.Gis.GeometriesCircularString
The B instance.

Return Value

Type: Boolean
The result of the operator.
See Also