C# Class fitnesse.mtee.model.IdentifierName

Inheritance: NameMatcher
Datei anzeigen Open project: unclebob/nslim Class Usage Examples

Public Methods

Method Description
Equals ( IdentifierName other ) : bool
Equals ( object other ) : bool
GetHashCode ( ) : int
IdentifierName ( string name ) : System
IsStartOf ( string other ) : bool
Matches ( string name ) : bool
ToString ( ) : string

Method Details

Equals() public method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

IdentifierName() public method

public IdentifierName ( string name ) : System
name string
return System

IsStartOf() public method

public IsStartOf ( string other ) : bool
other string
return bool

Matches() public method

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

ToString() public method

public ToString ( ) : string
return string