Click or drag to resize

GeoJsonCoordinatesInequality Operator

Determines whether two GeoJsonCoordinates instances are not equal.

Namespace:  MongoDB.Driver.GeoJsonObjectModel
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
Syntax
public static bool operator !=(
	GeoJsonCoordinates lhs,
	GeoJsonCoordinates rhs
)

Parameters

lhs
Type: MongoDB.Driver.GeoJsonObjectModelGeoJsonCoordinates
The LHS.
rhs
Type: MongoDB.Driver.GeoJsonObjectModelGeoJsonCoordinates
The RHS.

Return Value

Type: Boolean
true if the left hand side is not equal to the right hand side; otherwise, false.
See Also