Implemented interface member:
2 references to Equals
Microsoft.AspNetCore.Components (2)
Routing\RouteKey.cs (1)
21return obj is RouteKey other && Equals(other);
Routing\Router.cs (1)
167if (!routeKey.Equals(_routeTableLastBuiltForRouteKey))