LinkCostEquality Operator | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Indicates whether two link costs are the same.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static bool operator ==(
LinkCost rc1,
LinkCost rc2
)
Public Shared Operator = (
rc1 As LinkCost,
rc2 As LinkCost
) As Boolean
Parameters
- rc1
- Type: Telogis.GeoBase.RoutingLinkCost
The first link cost. - rc2
- Type: Telogis.GeoBase.RoutingLinkCost
The second link cost.
Return Value
Type:
BooleanTrue if the link costs are identical (all properties are the same); otherwise false.
See Also