Implemented interface member:
5 references to Equals
System.Runtime.Numerics (3)
System\Numerics\BigInteger.cs (3)
1101
return obj is BigInteger other &&
Equals
(other);
2911
return left.
Equals
(right);
2916
return !left.
Equals
(right);
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\ManagedCertificateFinder.cs (2)
107
bool match = state.hexValue.
Equals
(serialNumber) || state.decimalValue.
Equals
(serialNumber);