Click or drag to resize

LinkCostEquality 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 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
)

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 are identical (all properties are the same); otherwise false.
See Also