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