Click or drag to resize

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
)

Parameters

obj
Type: SystemObject
The location to compare with the current location

Return Value

Type: Boolean
true if the specified location is equal to this location instance; otherwise, false
See Also