Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
public static bool operator !=(
Location location1,
Location location2
)
public:
static bool operator !=(
Location^ location1,
Location^ location2
)
static let inline (<>)
location1:Location *
location2:Location : bool
Public Shared Operator <> (
location1 As Location,
location2 As Location
) As Boolean
Parameters
location1
Type: Microsoft.Maps.MapControl.WPF.LocationThe first location to compare.
location2
Type: Microsoft.Maps.MapControl.WPF.LocationThe second location to compare.
Return Value
Type: System.Boolean
Returns Boolean.
See Also
Location Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top