LineString.Equals
Method
Definition
Overloads
| Equals(LineString) |
Determines if this LineString is equal to the |
| Equals(Object) |
Determines whether the specified LineString is equal to the current LineString. |
Equals(LineString)
Determines if this LineString is equal to the other.
public bool Equals (Microsoft.Azure.Documents.Spatial.LineString other);
Parameters
- other
- LineString
LineString to compare to this LineString.
Returns
true if line strings are equal. false otherwise.
Equals(Object)
Determines whether the specified LineString is equal to the current LineString.
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.