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
。