LocationRect.Equality Operator (LocationRect, LocationRect)

Bing
 

Determines whether two location rectangle instances are equal.

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

public static bool operator ==(
	LocationRect rect1,
	LocationRect rect2
)

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: