RouteStopEqualsIgnoreStopNumber Method | |
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
)
Public Function EqualsIgnoreStopNumber (
other As RouteStop
) As Boolean
Parameters
- other
- Type: Telogis.GeoBaseRouteStop
The RouteStop to test against.
Return Value
Type:
BooleanTrue if the RouteStops are equal, other than their
StopNumbers, otherwise false.
See Also