Click or drag to resize

LinkCostEquals Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Indicates whether a specified object is a link cost identical to this one.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to check.

Return Value

Type: Boolean
True if the specified object is a link cost identical to this one, false otherwise.
See Also