Method IsEqual
IsEqual(Geometry)
Compares two Multipoint for equality. This will check for a matching Spatial
Declaration
public override bool IsEqual(Geometry other)
Parameters
Type | Name | Description |
---|---|---|
Geometry | other | A geometry to test for equality. |
Returns
Type | Description |
---|---|
System. |
Value to indicate if the two geometries are equal. |
Overrides
Remarks
The various geometry IsEqual Methods (i.e.
Is
geometryA.IsEqual(geometryB) | GeometryEngine.Equals(geometryA,geometryB) |
---|---|
Type | Type |
Shape | Shape |
Orientation | Orientation |
Order of Coordinates | -- |
In a nutshell, if you need to ensure that the 'Order of Coordinates' that comprise your geometries are exactly the same, use the various geometry IsEqual Methods.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |