Decimal..::..CompareTo Method (Decimal)
Compares this instance to a specified Decimal object and returns a comparison of their relative values.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public int CompareTo( decimal other )
<TemplateAttribute> _ Public Function CompareTo ( _ other As Decimal _ ) As Integer
[TemplateAttribute] public: int^ CompareTo( Decimal^ other )
Parameters
- other
- Type: System..::..Decimal