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