WaypointEquals Method (Waypoint) |
Indicates whether another instance of this type is equal to this instance.
Strict equality is not enforced for waypoints at geographic poles since the longitude coordinate is undefined at these locations.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool Equals(
Waypoint other
)
Public Function Equals (
other As Waypoint
) As Boolean
public:
virtual bool Equals(
Waypoint^ other
) sealed
abstract Equals :
other : Waypoint -> bool
override Equals :
other : Waypoint -> bool
Parameters
- other
- Type: AGI.Foundation.PropagatorsWaypoint
The instance to compare to this instance.
Return Value
Type:
Boolean if
other represents the same value as this instance; otherwise
.
Implements
IEquatableTEquals(T)See Also