Equals Method (GeographicPoint, GeographicPoint)

Determines if the given two instances of geographic point are equal.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public Function Equals ( _
    x As GeographicPoint, _
    y As GeographicPoint _
) As Boolean
'Usage
Dim instance As SpatialEquality
Dim x As GeographicPoint
Dim y As GeographicPoint
Dim returnValue As Boolean

returnValue = instance.Equals(x, y)
public bool Equals(
    GeographicPoint x,
    GeographicPoint y
)
public:
virtual bool Equals(
    GeographicPoint^ x, 
    GeographicPoint^ y
) sealed
abstract Equals : 
        x:GeographicPoint * 
        y:GeographicPoint -> bool 
override Equals : 
        x:GeographicPoint * 
        y:GeographicPoint -> bool 
public final function Equals(
    x : GeographicPoint, 
    y : GeographicPoint
) : boolean

Parameters

Return Value

Type: System..::..Boolean
Is true if the two geographic point instances are equal, otherwise returns false.

Implements

IEqualityComparer< (Of < ( <'T> ) > ) >..::..Equals(T, T)

See Also

Reference

SpatialEquality Class

Equals Overload

System.Spatial Namespace