FullTextStopList.HasStopWord(String, String) 方法

定義

若指定的停止字存在於停止字列表中且以指定全文語言存在,否則 返回 true

public bool HasStopWord(string stopword, string language);
member this.HasStopWord : string * string -> bool
Public Function HasStopWord (stopword As String, language As String) As Boolean

參數

stopword
String
language
String

傳回

適用於