Click or drag to resize

RouteStopEqualsIgnoreStopNumber Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Indicates whether the specified RouteStop is equal to the current RouteStop, excluding its StopNumber property.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool EqualsIgnoreStopNumber(
	RouteStop other
)

Parameters

other
Type: Telogis.GeoBaseRouteStop
The RouteStop to test against.

Return Value

Type: Boolean
True if the RouteStops are equal, other than their StopNumbers, otherwise false.
See Also