Aracılığıyla paylaş


Distance.Equals Yöntem

Tanım

Aşırı Yüklemeler

Equals(Object)

ve System.Object değerinin Distance ile tam olarak aynı değerlere thisDistancesahip olup olmadığı.

Equals(Distance)

değerinin Distance ile tam olarak aynı değerlere this Distancesahip olup olmadığı.

Equals(Object)

ve System.Object değerinin Distance ile tam olarak aynı değerlere thisDistancesahip olup olmadığı.

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

Parametreler

obj
System.Object

ile karşılaştıracak thisbir Nesne.

Döndürülenler

System.Boolean

true ise objDistance ve ile tam olarak aynı değerlere thisDistancesahiptir.

Şunlara uygulanır

Equals(Distance)

değerinin Distance ile tam olarak aynı değerlere this Distancesahip olup olmadığı.

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

Parametreler

other
Distance

ile Distance karşılaştırıldığında thisDistance.

Döndürülenler

System.Boolean

trueile tam olarak aynı değere thisDistancesahipseother.

Şunlara uygulanır