Implemented interface member:
5 references to Equals
Microsoft.AspNetCore.Server.IIS (5)
src\Shared\HttpSys\NativeInterop\CookedUrl.cs (4)
21
if (!_nativeCookedUrl.pFullUrl.
Equals
(null) && _nativeCookedUrl.FullUrlLength > 0)
30
if (!_nativeCookedUrl.pHost.
Equals
(null) && _nativeCookedUrl.HostLength > 0)
39
if (!_nativeCookedUrl.pAbsPath.
Equals
(null) && _nativeCookedUrl.AbsPathLength > 0)
48
if (!_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);