Click or drag to resize

LinkCostInequality Operator

Verizon Connect Logo
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
)

Parameters

rc1
Type: Telogis.GeoBase.RoutingLinkCost
The first link cost.
rc2
Type: Telogis.GeoBase.RoutingLinkCost
The second link cost.

Return Value

Type: Boolean
True if the link costs differ (have one or more properties with different values); false if they are identical.
See Also