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.16.0+eeafbea0921243a5868b81984e1083a07c1f75bc
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