Implemented interface member:
1 reference to Equals
Microsoft.VisualStudio.Extensibility.Testing.Xunit (1)
Windows.Win32.PCWSTR.g.cs (1)
41 public override bool Equals(object obj) => obj is PCWSTR other && this.Equals(other);