Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

Sandbox.ModAPI.Ingame.MyWaypointInfo.Equals

Morten Aune Lyrstad edited this page Jun 28, 2020 · 18 revisions

IndexNamespace IndexMyWaypointInfo

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

bool

Parameters

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

bool

Parameters

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

bool

Parameters

Clone this wiki locally