PropertyFilterPredicate.Match(String) 方法
定义
指示目标字符串中是否包含谓词字符串的不区分大小写的匹配项。Indicates whether a case-insensitive match of the predicate string is contained within the target 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
字符串筛选器。The string filter.
返回
如果目标字符串中包含谓词字符串的不区分大小写的匹配项,则为 true;否则为 false。true if a case-insensitive match of the predicate string is contained within the target string; otherwise, false.