Share via


HandleComparer.Equals 메서드

정의

오버로드

Equals(EntityHandle, EntityHandle)

지정한 개체가 같은지 여부를 확인합니다.

Equals(Handle, Handle)

지정한 개체가 같은지 여부를 확인합니다.

Equals(EntityHandle, EntityHandle)

Source:
HandleComparer.cs
Source:
HandleComparer.cs
Source:
HandleComparer.cs

지정한 개체가 같은지 여부를 확인합니다.

public:
 virtual bool Equals(System::Reflection::Metadata::EntityHandle x, System::Reflection::Metadata::EntityHandle y);
public bool Equals (System.Reflection.Metadata.EntityHandle x, System.Reflection.Metadata.EntityHandle y);
override this.Equals : System.Reflection.Metadata.EntityHandle * System.Reflection.Metadata.EntityHandle -> bool
Public Function Equals (x As EntityHandle, y As EntityHandle) As Boolean

매개 변수

x
EntityHandle

비교할 T 형식의 첫 번째 개체입니다.

y
EntityHandle

비교할 T 형식의 두 번째 개체입니다.

반환

지정한 개체가 같으면 true이고, 그렇지 않으면 false입니다.

구현

적용 대상

Equals(Handle, Handle)

Source:
HandleComparer.cs
Source:
HandleComparer.cs
Source:
HandleComparer.cs

지정한 개체가 같은지 여부를 확인합니다.

public:
 virtual bool Equals(System::Reflection::Metadata::Handle x, System::Reflection::Metadata::Handle y);
public bool Equals (System.Reflection.Metadata.Handle x, System.Reflection.Metadata.Handle y);
override this.Equals : System.Reflection.Metadata.Handle * System.Reflection.Metadata.Handle -> bool
Public Function Equals (x As Handle, y As Handle) As Boolean

매개 변수

x
Handle

비교할 T 형식의 첫 번째 개체입니다.

y
Handle

비교할 T 형식의 두 번째 개체입니다.

반환

지정한 개체가 같으면 true이고, 그렇지 않으면 false입니다.

구현

적용 대상