Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ operator!=() [1/3]

static bool System.Decimal.operator!= ( decimal d1,
decimal d2 )
inlinestatic

Definition at line 2988 of file Decimal.cs.

2989 {
2990 return DecCalc.VarDecCmp(in d1, in d2) != 0;
2991 }

References System.Runtime.Serialization.Dictionary, and System.Decimal.DecCalc.VarDecCmp().