LocationRect.Equality Operator (LocationRect, LocationRect)
Determines whether two location rectangle instances are 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