C# Class GetIn.Name

ファイルを表示 Open project: bagheera/getin Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Name ( ) : System
Name ( string firstname, string lastname ) : System

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Name() public method

public Name ( ) : System
return System

Name() public method

public Name ( string firstname, string lastname ) : System
firstname string
lastname string
return System