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

Sandbox.ModAPI.Ingame.MyWaypointInfo.Equals

Malware edited this page Dec 25, 2018 · 18 revisions

IndexMyWaypointInfo

csharp[bool](System.Boolean) Equals([MyWaypointInfo](Sandbox.ModAPI.Ingame.MyWaypointInfo) other)##### Summary

Determines whether this coordinate is the same as another. Uses 0.0001 as the epsilon to counter floating point inaccuracies.

Returns

csharp[bool](System.Boolean) Equals([MyWaypointInfo](Sandbox.ModAPI.Ingame.MyWaypointInfo) other, [double](System.Double) epsilon)##### Summary

Determines whether this coordinate is the same as another. Uses 0.0001 as the epsilon to counter floating point inaccuracies.

Returns

csharp[bool](System.Boolean) Equals([object](System.Object) obj)##### Summary

Determines whether this coordinate is the same as another. Uses 0.0001 as the epsilon to counter floating point inaccuracies.

Returns

Clone this wiki locally