AreEqual Method (GeographicPolygon, GeographicPolygon)
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Protected MustOverride Function AreEqual ( _
left As GeographicPolygon, _
right As GeographicPolygon _
) As Boolean
'Usage
Dim left As GeographicPolygon
Dim right As GeographicPolygon
Dim returnValue As Boolean
returnValue = Me.AreEqual(left, right)
protected abstract bool AreEqual(
GeographicPolygon left,
GeographicPolygon right
)
protected:
virtual bool AreEqual(
GeographicPolygon^ left,
GeographicPolygon^ right
) abstract
abstract AreEqual :
left:GeographicPolygon *
right:GeographicPolygon -> bool
protected abstract function AreEqual(
left : GeographicPolygon,
right : GeographicPolygon
) : boolean
Parameters
- left
Type: System.Spatial..::..GeographicPolygon
- right
Type: System.Spatial..::..GeographicPolygon
Return Value
Type: System..::..Boolean