C# Class NextbusNET.Model.Direction

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

Méthodes publiques

Méthode Description
Equals ( Direction other ) : bool

Equals ( object obj ) : bool
GetHashCode ( ) : int
GetStop ( string tag ) : Stop
ToString ( ) : string
operator ( ) : bool

Method Details

Equals() public méthode

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

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetStop() public méthode

public GetStop ( string tag ) : Stop
tag string
Résultat Stop

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool