LinkCostInequality Operator | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Indicates whether two link costs are different.
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 differ (have one or more properties with different values); false if they are identical.
See Also