ESRI.ArcGIS.ADF.Web | |
Compare Method | |
See Also |
ESRI.ArcGIS.ADF.Web.Geometry Namespace > Point Class : Compare Method |
- other
- The Point to compare with the current Point.
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- other
- The Point to compare with the current Point.
Return Value
True if all coordinates are the same values, false otherwise.
Tests whether the x and y values are equal for the two points. If values are set
for the Z (elevation) or M (measure) value for either point, the values for both points
must be equal for this method to return true.