Implemented interface member:
3 references to Equals
System.Runtime.Caching (3)
System\Runtime\Caching\CacheUsage.cs (3)
35
value is UsageEntryRef other &&
Equals
(other);
39
public static bool operator ==(UsageEntryRef r1, UsageEntryRef r2) => r1.
Equals
(r2);
41
public static bool operator !=(UsageEntryRef r1, UsageEntryRef r2) => !r1.
Equals
(r2);