Implemented interface member:
5 references to Equals
Microsoft.AspNetCore.Http.Abstractions (3)
PathString.cs (3)
414
return obj is PathString pathString &&
Equals
(pathString);
434
return left.
Equals
(right);
445
return !left.
Equals
(right);
Microsoft.AspNetCore.Server.IISIntegration (1)
IISMiddleware.cs (1)
112
httpContext.Request.Path.
Equals
(ANCMRequestPath) &&
Microsoft.AspNetCore.SpaProxy (1)
SpaProxyMiddleware.cs (1)
46
if (context.Request.Path.
Equals
(new Uri(_options.Value.ServerUrl).LocalPath))