Implemented interface member:
method
Equals
System.IEquatable<T>.Equals(T)
3 references to Equals
System.Core (3)
System\Security\Cryptography\CngAlgorithm.cs (3)
65return left.Equals(right); 74return !left.Equals(right); 80return Equals(obj as CngAlgorithm);