Location.Inequality Operator (Location, Location)

Bing
 

Determines whether two instances of Location are not equal.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

public static bool operator !=(
	Location location1,
	Location location2
)

Parameters

location1
Type: Microsoft.Maps.MapControl.WPF.Location

The first location to compare.

location2
Type: Microsoft.Maps.MapControl.WPF.Location

The second location to compare.

Return Value

Type: System.Boolean

Returns Boolean.

Return to top
Show: