Edit

Share via


RoutePoint.Equals Method

Definition

Overloads

Equals(RoutePoint)

Two points are considered equal if the name and the position are equal. The other properties are NMEA-internals and are not directly related to the function of the waypoint for the user

Equals(Object)

Equality comparer

Equals(RoutePoint)

Two points are considered equal if the name and the position are equal. The other properties are NMEA-internals and are not directly related to the function of the waypoint for the user

public bool Equals (Iot.Device.Nmea0183.RoutePoint? other);
override this.Equals : Iot.Device.Nmea0183.RoutePoint -> bool
Public Function Equals (other As RoutePoint) As Boolean

Parameters

other
RoutePoint

Returns

Implements

Applies to

Equals(Object)

Equality comparer

public override bool Equals (object? obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

Returns

Applies to