LinearRing.Equals
Method
Definition
Overloads
| Equals(LinearRing) |
Determines if this LinearRing is equal to the |
| Equals(Object) |
Determines whether the specified LinearRing is equal to the current LinearRing in the Azure DocumentDB database service. |
Equals(LinearRing)
Determines if this LinearRing is equal to the other in the Azure DocumentDB database service.
public bool Equals (Microsoft.Azure.Documents.Spatial.LinearRing other);
Parameters
- other
- LinearRing
LinearRing to compare to this one.
Returns
true if linear rings are equal. false otherwise.
Equals(Object)
Determines whether the specified LinearRing is equal to the current LinearRing in the Azure DocumentDB database service.
public override bool Equals (object obj);
Parameters
- obj
- Object
The object to compare with the current object.
Returns
true if the specified object is equal to the current object; otherwise, false.