C# Class FuzzySearch.Result

Afficher le fichier Open project: rstokes/fuzzysearch

Méthodes publiques

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

Méthodes protégées

Méthode Description
Equals ( Result other ) : bool

Method Details

Equals() protected méthode

protected Equals ( Result other ) : bool
other Result
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Result() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string