Implemented interface member:
1 reference to Equals
Microsoft.AspNetCore.Server.HttpSys (1)
Windows.Win32.PCSTR.g.cs (1)
42 public override bool Equals(object obj) => obj is PCSTR other && this.Equals(other);