City Based Parking and Routing System API Documentation

InternalRoute.Conflicts Method 

Determines if a specified route conflicts with the current route.

public bool Conflicts(
   InternalRoute route
);

Parameters

route
The InternalRoute to determine a conflict with.

Return Value

True if the route conflicts with current; Otherwise, false.

See Also

InternalRoute Class | CBPRS.Infrastructure Namespace