5 references to Equals
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.cs (5)
449DecCalc.Equals(in this, in other); 452DecCalc.Equals(in this, in value); 463return DecCalc.Equals(in d1, in d2); 1003public static bool operator ==(decimal d1, decimal d2) => DecCalc.Equals(in d1, in d2); 1006public static bool operator !=(decimal d1, decimal d2) => !DecCalc.Equals(in d1, in d2);