GeometryPosition.Equals Method (GeometryPosition)
Performs the equality comparison on a spatial geometry position.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Function Equals ( _
other As GeometryPosition _
) As Boolean
'Usage
Dim instance As GeometryPosition
Dim other As GeometryPosition
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
GeometryPosition other
)
public:
virtual bool Equals(
GeometryPosition^ other
) sealed
abstract Equals :
other:GeometryPosition -> bool
override Equals :
other:GeometryPosition -> bool
public final function Equals(
other : GeometryPosition
) : boolean
Parameters
- other
Type: System.Spatial.GeometryPosition
The other position.
Return Value
Type: System.Boolean
true if each pair of coordinates is equal; otherwise, false.