C# Class Skight.HelpCenter.Domain.Keyword

ファイルを表示 Open project: SkightTeam/eLiteWeb

Public Methods

Method Description
Equals ( Keyword other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Keyword ( string content )
ToString ( ) : string

Method Details

Equals() public method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Keyword() public method

public Keyword ( string content )
content string

ToString() public method

public ToString ( ) : string
return string