Location.Equality Operator (Location, Location)

 

Determines whether two instances of Location are 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

Return Value

Type: System.Boolean

Returns Boolean.

See Also

Location Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top