Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Equals() [1/3]

override bool System.Net.Security.SslSessionsCache.SslCredKey.Equals ( [NotNullWhen(true)] object obj)
inline

Definition at line 52 of file SslSessionsCache.cs.

53 {
54 if (obj is SslCredKey)
55 {
56 return Equals((SslCredKey)obj);
57 }
58 return false;
59 }
SslCredKey(byte[] thumbPrint, int allowedProtocols, bool isServerMode, EncryptionPolicy encryptionPolicy)

References System.Net.Equals, and System.obj.