Double..::..CompareTo Method (Object)
Compares this instance to a specified object and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the specified object.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public int CompareTo( Object obj )
<TemplateAttribute> _ Public Function CompareTo ( _ obj As Object _ ) As Integer
[TemplateAttribute] public: int^ CompareTo( Object^ obj )
Parameters
- obj
- Type: System..::..Object