Edit

Share via


WeakGCHandle<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(WeakGCHandle<T>)

public:
 virtual bool Equals(System::Runtime::InteropServices::WeakGCHandle<T> other);
public readonly bool Equals(System.Runtime.InteropServices.WeakGCHandle<T> other);
override this.Equals : System.Runtime.InteropServices.WeakGCHandle<'T (requires 'T : null)> -> bool
Public Function Equals (other As WeakGCHandle(Of T)) As Boolean

Parameters

Returns

Implements

Applies to