CustomAttributeTypedArgument.Equals 메서드

정의

오버로드

Equals(Object)

이 인스턴스와 지정된 개체가 같은지 여부를 나타냅니다.

Equals(CustomAttributeTypedArgument)

현재 인스턴스가 동일한 형식의 다른 인스턴스와 같은지 여부를 나타냅니다.

Equals(Object)

이 인스턴스와 지정된 개체가 같은지 여부를 나타냅니다.

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

매개 변수

obj
Object

비교할 다른 개체입니다.

반환

Boolean

true와 이 인스턴스가 동일한 형식이고 동일한 값을 나타내면 obj이고, 그렇지 않으면 false입니다.

추가 정보

적용 대상

Equals(CustomAttributeTypedArgument)

현재 인스턴스가 동일한 형식의 다른 인스턴스와 같은지 여부를 나타냅니다.

public:
 virtual bool Equals(System::Reflection::CustomAttributeTypedArgument other);
public bool Equals (System.Reflection.CustomAttributeTypedArgument other);
override this.Equals : System.Reflection.CustomAttributeTypedArgument -> bool
Public Function Equals (other As CustomAttributeTypedArgument) As Boolean

매개 변수

other
CustomAttributeTypedArgument

이 인스턴스와 비교할 인스턴스입니다.

반환

Boolean

true현재 인스턴스가 다른 인스턴스와 같으면 이고, 그렇지 않으면 . false

구현

적용 대상