Base:
1 reference to Equals
System.Private.Windows.Core (1)
Windows\Win32\Foundation\HandleRef.cs (1)
45
public override bool Equals([NotNullWhen(true)] object? obj) => obj is THandle other &&
Equals
(other);