Distance.Equals Yöntem

Tanım

Aşırı Yüklemeler

Equals(Object)

Bir olup olmadığı Object Distance ve tamamen aynı değerlere sahip thisolup olmadığı Distance .

Equals(Distance)

Bir a Distance 'nın Bu şekilde tam olarak aynı değerlere sahip olup olmadığı Distance .

Equals(Object)

Bir olup olmadığı Object Distance ve tamamen aynı değerlere sahip thisolup olmadığı Distance .

public override bool Equals (object obj);
override this.Equals : obj -> bool

Parametreler

obj
Object

Buile Karşılaştırılacak bir nesne.

Döndürülenler

Boolean

trueobjbir ise Distance ve ile tam olarak aynı değerlere sahipse this Distance .

Şunlara uygulanır

Equals(Distance)

Bir a Distance 'nın Bu şekilde tam olarak aynı değerlere sahip olup olmadığı Distance .

public bool Equals (Xamarin.Forms.Maps.Distance other);
override this.Equals : Xamarin.Forms.Maps.Distance -> bool

Parametreler

other
Distance

Distance Bunakıyasla Distance .

Döndürülenler

Boolean

trueotherBu, tam olarak aynı değere sahiptir this Distance .

Şunlara uygulanır