MapSpan.Inequality(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.
Whether two MapSpan have different values.
public static bool operator != (Xamarin.Forms.Maps.MapSpan left, Xamarin.Forms.Maps.MapSpan right);
static member op_Inequality : Xamarin.Forms.Maps.MapSpan * Xamarin.Forms.Maps.MapSpan -> bool
Parameters
Returns
System.Boolean
true
if the two MapSpans have different values for either Center or Radius.