Share via


GeometryMultiPoint.Equals Method

Definition

Overloads

Equals(GeometryMultiPoint)

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(GeometryMultiPoint)

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

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

Parameters

other
GeometryMultiPoint

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