Table of Contents

Operator operator ==

Namespace
MongoDB.Driver.GeoJsonObjectModel
Assembly
MongoDB.Driver.dll

operator ==(GeoJsonCoordinates, GeoJsonCoordinates)

Determines whether two GeoJsonCoordinates instances are equal.

public static bool operator ==(GeoJsonCoordinates lhs, GeoJsonCoordinates rhs)

Parameters

lhs GeoJsonCoordinates

The LHS.

rhs GeoJsonCoordinates

The RHS.

Returns

bool

true if the left hand side is equal to the right hand side; otherwise, false.