C# Class fitnesse.mtee.model.LanguageName

Inheritance: NameMatcher
Afficher le fichier Open project: unclebob/nslim

Méthodes publiques

Méthode Description
Equals ( LanguageName other ) : bool
Equals ( object otherObject ) : bool
GetHashCode ( ) : int
LanguageName ( string name )
Matches ( string candidateName ) : bool
ToString ( ) : string

Method Details

Equals() public méthode

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

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

LanguageName() public méthode

public LanguageName ( string name )
name string

Matches() public méthode

public Matches ( string candidateName ) : bool
candidateName string
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string