GCHandle<T>.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Equals(Object)
- Source:
- GCHandle.T.cs
public:
override bool Equals(System::Object ^ obj);
public override readonly bool Equals(object? obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
Returns
Applies to
Equals(GCHandle<T>)
- Source:
- GCHandle.T.cs
public:
virtual bool Equals(System::Runtime::InteropServices::GCHandle<T> other);
public readonly bool Equals(System.Runtime.InteropServices.GCHandle<T> other);
override this.Equals : System.Runtime.InteropServices.GCHandle<'T (requires 'T : null)> -> bool
Public Function Equals (other As GCHandle(Of T)) As Boolean
Parameters
- other
- GCHandle<T>