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

◆ Equals() [1/3]

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

Definition at line 63 of file CngAlgorithmGroup.cs.

64 {
65 if ((object)other == null)
66 {
67 return false;
68 }
69 return _algorithmGroup.Equals(other.AlgorithmGroup);
70 }

References System.Security.Cryptography.CngAlgorithmGroup._algorithmGroup, and System.other.