Implemented interface member:
6 references to Equals
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (1)
MigrationsEndPointMiddleware.cs (1)
55
if (context.Request.Path.
Equals
(_options.Path))
Microsoft.AspNetCore.Http.Abstractions (3)
PathString.cs (3)
446
return obj is PathString pathString &&
Equals
(pathString);
466
return left.
Equals
(right);
477
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))