Share via


GeometryCollection.Equals Method

Definition

Overloads

Equals(GeometryCollection)

Determines whether this instance and another specified geometry instance have the same value.

Equals(Object)

Determines whether this instance and the specified object have the same value.

Equals(GeometryCollection)

Determines whether this instance and another specified geometry instance have the same value.

public bool Equals (Microsoft.Spatial.GeometryCollection other);
override this.Equals : Microsoft.Spatial.GeometryCollection -> bool
Public Function Equals (other As GeometryCollection) As Boolean

Parameters

other
GeometryCollection

The geometry to compare to this instance.

Returns

true if the value of the value parameter is the same as this instance; otherwise, false.

Applies to

Equals(Object)

Determines whether this instance and the specified object have the same value.

public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

The object to compare to this instance.

Returns

true if the value of the value parameter is the same as this instance; otherwise, false.

Applies to