Location.Equals Method (Object)
Determines whether this location is the same as the given 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
obj
Type: System.ObjectThe object to use.
Return Value
Type: System.Boolean
Returns Boolean.
See Also
Location Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top