다음을 통해 공유


AttributeExistsConstraint.Matches(Object) 메서드

정의

개체가 예상 특성을 제공하는지 여부를 테스트합니다.

public override bool Matches(object actual);
override this.Matches : obj -> bool

매개 변수

actual
Object

Type, MethodInfo 또는 기타 ICustomAttributeProvider

반환

예상된 특성이 있으면 True이고, 그렇지 않으면 false입니다.

적용 대상