Position.Inequality(Position, Position) 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.
Returns a Boolean value that indicates whether or not left
and right
represent different latitudes or longitudes.
public static bool operator != (Xamarin.Forms.Maps.Position left, Xamarin.Forms.Maps.Position right);
static member op_Inequality : Xamarin.Forms.Maps.Position * Xamarin.Forms.Maps.Position -> bool
Parameters
Returns
System.Boolean
true
if left
and right
represent different latitudes or longitudes. Otherwise, false
.