C# Class LongoMatch.Core.Store.Tag

Exibir arquivo Open project: GNOME/longomatch Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Tag ( string value, string grp = "Default" ) : System
ToString ( ) : string

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Tag() public method

public Tag ( string value, string grp = "Default" ) : System
value string
grp string
return System

ToString() public method

public ToString ( ) : string
return string