C# Class PassFruit.Tag

Inheritance: ITag
Mostra file Open project: bettiolo/PassFruit Class Usage Examples

Public Methods

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

Private Methods

Method Description
CheckForValidity ( string key ) : void
Tag ( string key ) : System

Method Details

Equals() public method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string