GCHandle.Equals 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| Name | Description |
|---|---|
| Equals(Object) | |
| Equals(GCHandle) |
현재 인스턴스가 동일한 형식의 다른 인스턴스와 같은지 여부를 나타냅니다. |
Equals(Object)
- Source:
- GCHandle.cs
- Source:
- GCHandle.cs
- Source:
- GCHandle.cs
- Source:
- GCHandle.cs
- Source:
- GCHandle.cs
public:
override bool Equals(System::Object ^ o);
public override bool Equals(object o);
public override readonly bool Equals(object? o);
public override bool Equals(object? o);
override this.Equals : obj -> bool
Public Overrides Function Equals (o As Object) As Boolean
매개 변수
반품
true 지정한 GCHandle 개체가 현재 GCHandle 개체와 같으면 .이고, false그렇지 않으면 .입니다.
설명
동일한 메모리 핸들을 가리키는 경우 두 GCHandle 개체가 같습니다.
적용 대상
Equals(GCHandle)
- Source:
- GCHandle.cs
- Source:
- GCHandle.cs
- Source:
- GCHandle.cs
- Source:
- GCHandle.cs
- Source:
- GCHandle.cs
현재 인스턴스가 동일한 형식의 다른 인스턴스와 같은지 여부를 나타냅니다.
public:
virtual bool Equals(System::Runtime::InteropServices::GCHandle other);
public readonly bool Equals(System.Runtime.InteropServices.GCHandle other);
public bool Equals(System.Runtime.InteropServices.GCHandle other);
override this.Equals : System.Runtime.InteropServices.GCHandle -> bool
Public Function Equals (other As GCHandle) As Boolean
매개 변수
- other
- GCHandle
이 인스턴스와 비교할 인스턴스입니다.