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

◆ Equals() [1/3]

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

Definition at line 50 of file SslApplicationProtocol.cs.

51 {
53 {
54 return Equals(other);
55 }
56 return false;
57 }

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