Position.Equals(Object) Method

Definition

Returns a Boolean value that indicates whether or not obj is another Position structure and represents exactly the same latitude and longitude as this one.

public override bool Equals (object obj);
override this.Equals : obj -> bool

Parameters

obj
Object

The object to compare with.

Returns

true if obj is another Position structure and represents exactly the same latitude and longitude as this one. Otherwise, false.

Applies to