Pin.Equality(Pin, Pin) Operator

Definition

Whether left and right have equivalent Type, Position, Label and Address values.

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

Parameters

left
Pin

A Pin to be compared.

right
Pin

A Pin to be compared.

Returns

true if left and right have equivalent Type, Position, Label and Address values.

Applies to