Share via


GeographyCollection.Equals Method

Definition

Overloads

Equals(GeographyCollection)

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

Equals(Object)

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

Equals(GeographyCollection)

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

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

Parameters

other
GeographyCollection

The geography 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