MapSpan.Inequality(MapSpan, MapSpan) Operator

Definition

Determines whether two MapSpan instances are not 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 op_Inequality : 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 not equal; otherwise, false.

Applies to