4 references to Compare
System.Data.Common (3)
System\Data\Common\DecimalStorage.cs (2)
167
return decimal.
Compare
(valueNo1, valueNo2); // InternalCall
185
return decimal.
Compare
(valueNo1, (decimal)value);
System\Data\Filter\BinaryNode.cs (1)
185
return decimal.
Compare
(Convert.ToDecimal(vLeft, FormatProvider), Convert.ToDecimal(vRight, FormatProvider));
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlSortKey.cs (1)
156
cmp = decimal.
Compare
(_decVal, that._decVal);