2 references to Equals
System.Data.Common (1)
System\Data\Common\UInt32Storage.cs (1)
224if (!value.Equals(DefaultValue))
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Scalar.cs (1)
1249return ((uint)(object)left).Equals((uint)(object)right);