C# Class FuzzySearch.Result

Show file Open project: rstokes/fuzzysearch

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Result ( string searched, string result, double score )
ToString ( ) : string

Protected Methods

Method Description
Equals ( Result other ) : bool

Method Details

Equals() protected method

protected Equals ( Result other ) : bool
other Result
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Result() public method

public Result ( string searched, string result, double score )
searched string
result string
score double

ToString() public method

public ToString ( ) : string
return string