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

적용 대상