Distance.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Equals(Object) |
Whether an System.Object is a Distance and has exactly the same values as |
Equals(Distance) |
Whether a Distance has exactly the same values as |
Equals(Object)
Equals(Distance)
public bool Equals (Xamarin.Forms.Maps.Distance other);
override this.Equals : Xamarin.Forms.Maps.Distance -> bool
Parameters
Returns
System.Boolean
true
if other
has exactly the same value as this
Distance.