Share via


LocationRect.Equals Method (Object)

 

Determines whether this location rectangle is equal to the specified object.

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

Syntax

public override bool Equals(
    object obj
)
public:
virtual bool Equals(
    Object^ obj
) override
override Equals : 
        obj:Object -> bool
Public Overrides Function Equals (
    obj As Object
) As Boolean

Parameters

Return Value

Type: System.Boolean

Returns Boolean.

See Also

LocationRect Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top