Table of Contents

Method Equals

Namespace
Pinwheel.Vista.RealWorldData
Assembly
Pinwheel.Vista.RealWorldData.Runtime.dll

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

Equals(GeoPoint)

Compares this point with another point using exact coordinate equality.

public bool Equals(GeoPoint other)

Parameters

other GeoPoint

Point to compare against.

Returns

bool

true when both coordinates match exactly.