LocationRect.Inequality Operator (LocationRect, LocationRect)

Bing
 

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)

Public Shared Operator <> (
	rect1 As LocationRect,
	rect2 As LocationRect
) As Boolean

Parameters

rect1
Type: Microsoft.Maps.MapControl.WPF.LocationRect

The first location rectangle to compare.

rect2
Type: Microsoft.Maps.MapControl.WPF.LocationRect

The second location rectangle to compare.

Return Value

Type: System.Boolean

Returns Boolean.

Return to top
Show: