Equals Method (GeometryCollection, GeometryCollection)
Determines if the given two instances of geometric collection are equal.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Function Equals ( _
x As GeometryCollection, _
y As GeometryCollection _
) As Boolean
'Usage
Dim instance As SpatialEquality
Dim x As GeometryCollection
Dim y As GeometryCollection
Dim returnValue As Boolean
returnValue = instance.Equals(x, y)
public bool Equals(
GeometryCollection x,
GeometryCollection y
)
public:
virtual bool Equals(
GeometryCollection^ x,
GeometryCollection^ y
) sealed
abstract Equals :
x:GeometryCollection *
y:GeometryCollection -> bool
override Equals :
x:GeometryCollection *
y:GeometryCollection -> bool
public final function Equals(
x : GeometryCollection,
y : GeometryCollection
) : boolean
Parameters
Return Value
Type: System..::..Boolean
Is true if the two geometric collection instances are equal, otherwise returns false.
Implements
IEqualityComparer< (Of < ( <'T> ) > ) >..::..Equals(T, T)