PropertyFilterPredicate.Match(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出述詞字串不區分大小寫的相符項是否包含在目標字串中。
public:
virtual bool Match(System::String ^ target);
public virtual bool Match (string target);
abstract member Match : string -> bool
override this.Match : string -> bool
Public Overridable Function Match (target As String) As Boolean
參數
- target
- String
字串篩選條件。
傳回
如果目標字串內含有述詞字串的不區分大小寫相符項目則為 true
,否則為 false
。