Implemented interface member:
3 references to Equals
System.Security.Cryptography (3)
System\Security\Cryptography\CngProperty.cs (3)
66return obj is CngProperty && Equals((CngProperty)obj); 117return left.Equals(right); 122return !left.Equals(right);