Share via


Distance.Equality(Distance, Distance) Operator

Definition

Whether two Distances have Meters properties that are exactly the same.

public static bool operator == (Xamarin.Forms.Maps.Distance left, Xamarin.Forms.Maps.Distance right);
static member ( = ) : Xamarin.Forms.Maps.Distance * Xamarin.Forms.Maps.Distance -> bool

Parameters

left
Distance

A Distance to compare to another Distance.

right
Distance

A Distance to compare to left.

Returns

System.Boolean

true if left and right have identical Meters properties.

Applies to