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