共用方式為


Pin.Equality(Pin, Pin) 運算子

定義

leftright 是否有對等的 TypePositionLabelAddress 值。

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

參數

left
Pin

要比較的 Pin

right
Pin

要比較的 Pin

傳回

System.Boolean

如果 leftright 有對等的 TypePositionLabelAddress 值,則為 true

適用於