Implemented interface member:
1 reference to Equals
System.Private.Windows.Core (1)
Windows.Win32.VARIANT_BOOL.g.cs (1)
41
public override bool Equals(object obj) => obj is VARIANT_BOOL other && this.
Equals
(other);