-
Notifications
You must be signed in to change notification settings - Fork 123
Sandbox.ModAPI.Ingame.MyWaypointInfo.Equals
← Index ← MyWaypointInfo
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.
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.
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.
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!