Pin.Inequality(Pin, Pin) Operator

Definition

Whether left and right differ in any of their Type, Position, Label and Address values.

public static bool operator != (Xamarin.Forms.Maps.Pin left, Xamarin.Forms.Maps.Pin right);
static member op_Inequality : 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

System.Boolean

true if left and right have any differences between their Type, Position, Label and Address values.

Applies to