Implemented interface member:
5 references to Equals
Microsoft.AspNetCore.Server.HttpSys (5)
src\Shared\HttpSys\NativeInterop\CookedUrl.cs (4)
21if (!_nativeCookedUrl.pFullUrl.Equals(null) && _nativeCookedUrl.FullUrlLength > 0) 30if (!_nativeCookedUrl.pHost.Equals(null) && _nativeCookedUrl.HostLength > 0) 39if (!_nativeCookedUrl.pAbsPath.Equals(null) && _nativeCookedUrl.AbsPathLength > 0) 48if (!_nativeCookedUrl.pQueryString.Equals(null) && _nativeCookedUrl.QueryStringLength > 0)
Windows.Win32.PCWSTR.g.cs (1)
42 public override bool Equals(object obj) => obj is PCWSTR other && this.Equals(other);