Implemented interface member:
method
Equals
System.IEquatable<T>.Equals(T)
3 references to Equals
NuGet.Packaging (1)
Signing\Archive\SignedPackageArchiveIOUtility.cs (1)
494
if (!actualValue.
Equals
(expectedValue))
System.Data.Common (1)
System\Data\Common\UInt32Storage.cs (1)
224
if (!value.
Equals
(DefaultValue))
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Scalar.cs (1)
1435
return ((uint)(object)left).
Equals
((uint)(object)right);