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

◆ Equals() [2/3]

bool System.Security.Cryptography.RSASignaturePadding.Equals ( [NotNullWhen(true)] RSASignaturePadding? other)
inline

Definition at line 36 of file RSASignaturePadding.cs.

37 {
38 if ((object)other != null)
39 {
40 return _mode == other._mode;
41 }
42 return false;
43 }

References System.Security.Cryptography.RSASignaturePadding._mode, and System.other.