Implemented interface member:
1 reference to Equals
System.Net.Security (1)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
43public override bool Equals(object? obj) => obj is SslContextCacheKey key && Equals(key);