EntityHandle.Equals 메서드

정의

오버로드

Equals(Object)

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

Equals(EntityHandle)

현재 인스턴스와 지정된 EntityHandle이 같은지 여부를 나타내는 값을 반환합니다.

Equals(Object)

Source:
EntityHandle.cs
Source:
EntityHandle.cs
Source:
EntityHandle.cs

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

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

현재 인스턴스와 비교할 개체입니다.

반환

objEntityHandle과 같으면 true이고, 그렇지 않으면 false입니다.

적용 대상

Equals(EntityHandle)

Source:
EntityHandle.cs
Source:
EntityHandle.cs
Source:
EntityHandle.cs

현재 인스턴스와 지정된 EntityHandle이 같은지 여부를 나타내는 값을 반환합니다.

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

매개 변수

other
EntityHandle

현재 인스턴스와 비교할 값입니다.

반환

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

구현

적용 대상