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 location rectangle instances are not equal.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public static bool operator !=(
LocationRect rect1,
LocationRect rect2
)
public:
static bool operator !=(
LocationRect^ rect1,
LocationRect^ rect2
)
static let inline (<>)
rect1:LocationRect *
rect2:LocationRect : bool
Public Shared Operator <> (
rect1 As LocationRect,
rect2 As LocationRect
) As Boolean
Parameters
rect1
Type: Microsoft.Maps.MapControl.WPF.LocationRectThe first location rectangle to compare.
rect2
Type: Microsoft.Maps.MapControl.WPF.LocationRectThe second location rectangle to compare.
Return Value
Type: System.Boolean
Returns Boolean.
See Also
LocationRect Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top