C# Class fitnesse.mtee.model.LanguageName

Inheritance: NameMatcher
Mostrar archivo Open project: unclebob/nslim

Public Methods

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

Method Details

Equals() public method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

LanguageName() public method

public LanguageName ( string name )
name string

Matches() public method

public Matches ( string candidateName ) : bool
candidateName string
return bool

ToString() public method

public ToString ( ) : string
return string