Implemented interface member:
1 reference to Equals
Microsoft.Private.Windows.Core (1)
_generated\104\Windows.Win32.HDROP.g.cs (1)
49
public override bool Equals(object obj) => obj is HDROP other && this.
Equals
(other);