Implemented interface member:
3 references to Equals
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\EndpointComponentState.cs (1)
46
if (!marker.
Equals
(default))
src\Shared\Components\ComponentMarker.cs (2)
136
=> left.
Equals
(right);
146
=> obj is ComponentMarkerKey other &&
Equals
(other);