PropertyFilterAttribute.Match(Object) 메서드

정의

현재 PropertyFilterAttribute .NET Framework 특성의 속성 필터 옵션이 제공된 개체의 속성 필터 옵션과 일치하는지 여부를 나타내는 값을 반환합니다.

public:
 override bool Match(System::Object ^ value);
public override bool Match(object value);
override this.Match : obj -> bool
Public Overrides Function Match (value As Object) As Boolean

매개 변수

value
Object

비교할 개체입니다. 이 개체는 .입니다 PropertyFilterAttribute.

반품

true일치 항목이 있으면 이고, 그렇지 않으면 . false

설명

플래그를 저장하는 특성(true)의 PropertyFilterAttributeMatch 경우 결과는 결과와 Equals 다를 수 있습니다. 예를 들어 필터는 모든 필터 값의 SetValues 병합이므로 필터와 AllAll일치합니다.

적용 대상