Summary
public bool Equals(MyWaypointInfo other)
Determines whether this coordinate is the same as another. Uses 0.0001 as the epsilon to counter floating point inaccuracies.
Returns
Parameters
- MyWaypointInfo other
Summary
public bool Equals(MyWaypointInfo other, double epsilon)
Determines whether this coordinate is the same as another. Uses 0.0001 as the epsilon to counter floating point inaccuracies.
Returns
Parameters
- MyWaypointInfo other
- double epsilon
Summary
public virtual bool Equals(object obj)
Determines whether this coordinate is the same as another. Uses 0.0001 as the epsilon to counter floating point inaccuracies.
Returns
Parameters
- object obj