Implemented interface member:
3 references to Equals
System.Security.Cryptography (3)
System\Security\Cryptography\CngAlgorithm.cs (3)
42return left.Equals(right); 52return !left.Equals(right); 59return Equals(obj as CngAlgorithm);