Implemented interface member:
2 references to Equals
Microsoft.Extensions.DependencyInjection (2)
ServiceLookup\ServiceCacheKey.cs (1)
45
ServiceIdentifier.
Equals
(other.ServiceIdentifier) && Slot == other.Slot;
ServiceLookup\ServiceIdentifier.cs (1)
46
return obj is ServiceIdentifier &&
Equals
((ServiceIdentifier)obj);