RuntimeTypeHandle.Equals 메서드

정의

두 개의 RuntimeTypeHandle 구조체가 같은지 여부를 나타냅니다.

오버로드

Equals(Object)

지정된 개체가 현재 RuntimeTypeHandle 구조체와 같은지 여부를 나타냅니다.

Equals(RuntimeTypeHandle)

지정된 RuntimeTypeHandle 구조체가 현재 RuntimeTypeHandle 구조체와 같은지 여부를 나타냅니다.

Equals(Object)

지정된 개체가 현재 RuntimeTypeHandle 구조체와 같은지 여부를 나타냅니다.

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

objRuntimeTypeHandle 구조체이고 이 인스턴스의 값과 같으면 true이고, 그렇지 않으면 false입니다.

적용 대상

Equals(RuntimeTypeHandle)

지정된 RuntimeTypeHandle 구조체가 현재 RuntimeTypeHandle 구조체와 같은지 여부를 나타냅니다.

public:
 bool Equals(RuntimeTypeHandle handle);
public:
 virtual bool Equals(RuntimeTypeHandle handle);
public bool Equals (RuntimeTypeHandle handle);
override this.Equals : RuntimeTypeHandle -> bool
Public Function Equals (handle As RuntimeTypeHandle) As Boolean

매개 변수

handle
RuntimeTypeHandle

현재 인스턴스와 비교할 RuntimeTypeHandle 구조체입니다.

반환

Boolean

handle의 값이 이 인스턴스의 값과 같으면 true이고, 그렇지 않으면 false입니다.

구현

적용 대상