C# Class NextbusNET.Model.RouteConfig

Datei anzeigen Open project: bogeaperez/NextbusNET Class Usage Examples

Public Methods

Method Description
Equals ( RouteConfig other ) : bool

Equals ( object obj ) : bool
GetDirection ( string tag ) : Direction

GetHashCode ( ) : int
ToString ( ) : string
operator ( ) : bool

Method Details

Equals() public method

public Equals ( RouteConfig other ) : bool
other RouteConfig
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetDirection() public method

public GetDirection ( string tag ) : Direction
tag string
return Direction

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool