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
| Name | Description |
|---|---|
| Equals(Distance) |
Determines whether this instance is equal to another Distance. |
| Equals(Object) |
Equals(Distance)
- Source:
- Distance.cs
- Source:
- Distance.cs
- Source:
- Distance.cs
- Source:
- Distance.cs
Determines whether this instance is equal to another Distance.
public:
bool Equals(Microsoft::Maui::Maps::Distance other);
public bool Equals(Microsoft.Maui.Maps.Distance other);
override this.Equals : Microsoft.Maui.Maps.Distance -> bool
Public Function Equals (other As Distance) As Boolean
Parameters
- other
- Distance
The other distance to compare.
Returns
true if the distances are equal; otherwise, false.
Applies to
Equals(Object)
- Source:
- Distance.cs
- Source:
- Distance.cs
- Source:
- Distance.cs
- Source:
- Distance.cs
Indicates whether this instance and a specified object are equal.
public:
override bool Equals(System::Object ^ obj);
public override bool Equals(object? obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object