Operator operator !=
- Namespace
- MongoDB.Driver.GeoJsonObjectModel
- Assembly
- MongoDB.Driver.dll
operator !=(GeoJsonCoordinates, GeoJsonCoordinates)
Determines whether two GeoJsonCoordinates instances are not equal.
public static bool operator !=(GeoJsonCoordinates lhs, GeoJsonCoordinates rhs)Parameters
- lhsGeoJsonCoordinates
- The LHS. 
- rhsGeoJsonCoordinates
- The RHS. 
Returns
- bool
- trueif the left hand side is not equal to the right hand side; otherwise,- false.