C# Class NextbusNET.Model.RouteConfig

Afficher le fichier Open project: bogeaperez/NextbusNET Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( RouteConfig other ) : bool

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

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

Method Details

Equals() public méthode

public Equals ( RouteConfig other ) : bool
other RouteConfig
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetDirection() public méthode

public GetDirection ( string tag ) : Direction
tag string
Résultat Direction

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool