Edit

Share via


GCHandle<T>.Equals Method

Definition

Overloads

Equals(Object)

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>)

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>

Returns

Implements

Applies to