| LocationEquals Method |
Determines whether the specified Location is equal to this current Location value
Namespace:
Dynamicweb.Maps
Assembly:
Dynamicweb.Maps (in Dynamicweb.Maps.dll) Version: 1.0.9
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj
- Type: SystemObject
The location to compare with the current location
Return Value
Type:
Booleantrue if the specified location is equal to this location instance; otherwise,
falseSee Also