GeographicEquals Method

The geographic equals.

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

Syntax

'Declaration
Public Overridable Function GeographicEquals ( _
    operand1 As Geography, _
    operand2 As Geography _
) As Boolean
'Usage
Dim instance As SpatialOperations
Dim operand1 As Geography
Dim operand2 As Geography
Dim returnValue As Boolean

returnValue = instance.GeographicEquals(operand1, _
    operand2)
public virtual bool GeographicEquals(
    Geography operand1,
    Geography operand2
)
public:
virtual bool GeographicEquals(
    Geography^ operand1, 
    Geography^ operand2
)
abstract GeographicEquals : 
        operand1:Geography * 
        operand2:Geography -> bool 
override GeographicEquals : 
        operand1:Geography * 
        operand2:Geography -> bool 
public function GeographicEquals(
    operand1 : Geography, 
    operand2 : Geography
) : boolean

Parameters

Return Value

Type: System..::..Boolean
The operation result.

See Also

Reference

SpatialOperations Class

System.Spatial Namespace