4 references to Compare
System.Data (3)
fx\src\data\System\Data\Common\DecimalStorage.cs (2)
150return Decimal.Compare(valueNo1, valueNo2); // InternalCall 165return Decimal.Compare(valueNo1, (Decimal)value);
fx\src\data\System\Data\Filter\BinaryNode.cs (1)
150return Decimal.Compare(Convert.ToDecimal(vLeft, FormatProvider), Convert.ToDecimal(vRight, FormatProvider));
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlSortKey.cs (1)
141cmp = Decimal.Compare(this.decVal, that.decVal);