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