FullTextStopList.HasStopWord(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true if the specified stopword is present in the stoplist with the specified full text language otherwise false
public bool HasStopWord (string stopword, string language);
member this.HasStopWord : string * string -> bool
Public Function HasStopWord (stopword As String, language As String) As Boolean
Parameters
- stopword
- String
- language
- String