Implemented interface member:
3 references to Equals
System.Security.Cryptography (3)
System\Security\Cryptography\CngAlgorithmGroup.cs (3)
43return left.Equals(right); 53return !left.Equals(right); 60return Equals(obj as CngAlgorithmGroup);