Contains

StopWordDictionary.Contains method

Bestimmt, ob aStopWordDictionary Objekt enthält das angegebene Wort.

public bool Contains(string word)
Parameter Typ Beschreibung
word String Das zu suchende Wort in derStopWordDictionary Objekt.

Rückgabewert

WAHR wenn dieStopWordDictionary Objekt enthält das angegebene Wort; ansonsten,FALSCH .

Siehe auch