CustomAttributeNamedArgument.Equals 메서드

정의

오버로드

Equals(Object)

이 인스턴스가 지정된 개체와 같은지를 나타내는 값을 반환합니다.

Equals(CustomAttributeNamedArgument)

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

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

이 인스턴스와 비교할 개체 또는 null입니다.

반환

Boolean

true가 이 인스턴스의 형식 및 값과 같으면 obj이고, 그렇지 않으면 false입니다.

적용 대상

Equals(CustomAttributeNamedArgument)

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

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

매개 변수

other
CustomAttributeNamedArgument

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

반환

Boolean

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

구현

적용 대상