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

◆ Equals() [1/3]

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

Definition at line 75 of file CngKeyBlobFormat.cs.

76 {
77 if ((object)other == null)
78 {
79 return false;
80 }
81 return _format.Equals(other.Format);
82 }

References System.Security.Cryptography.CngKeyBlobFormat._format, and System.other.