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

适用于