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

◆ operator==()

static bool System.Security.Cryptography.CngAlgorithm.operator== ( CngAlgorithm? left,
CngAlgorithm? right )
inlinestatic

Definition at line 80 of file CngAlgorithm.cs.

81 {
82 return left?.Equals(right) ?? ((object)right == null);
83 }

References System.Security.Cryptography.CngAlgorithm.Equals().