共用方式為


PropertyFilterPredicate.Match(String) 方法

定義

指出述詞字串不區分大小寫的相符項是否包含在目標字串中。

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

適用於