LinkCostEquals Method | |
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
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj
- Type: SystemObject
The object to check.
Return Value
Type:
BooleanTrue if the specified object is a link cost identical to this one, false otherwise.
See Also