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