Distance.Equality(Distance, Distance) Operator
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.
Determines whether two Distance instances are equal.
public:
static bool operator ==(Microsoft::Maui::Maps::Distance left, Microsoft::Maui::Maps::Distance right);
public static bool operator ==(Microsoft.Maui.Maps.Distance left, Microsoft.Maui.Maps.Distance right);
static member ( = ) : Microsoft.Maui.Maps.Distance * Microsoft.Maui.Maps.Distance -> bool
Public Shared Operator == (left As Distance, right As Distance) As Boolean
Parameters
- left
- Distance
The first distance.
- right
- Distance
The second distance.
Returns
true if the distances are equal; otherwise, false.