| |||||||||||||
Boolean.CompareTo MethodSystem Namespace Boolean Class Compares this instance to a specified object and returns an indication of their relative values. [ VB ] <Serializable> NotOverridable Public Function CompareTo ( _ ByVal obj As Object _ ) As Integer [ C# ] [Serializable] public int CompareTo ( object obj ); [ C++ ] [Serializable] public: __sealed int CompareTo ( Object* obj ); [JScript ] public Serializable function CompareTo ( obj : Object ) : int; Parameters
Return ValueA signed integer that indicates the relative order of this instance and obj.
Exceptions
Remarksobj must be a null reference ( Nothing in Visual Basic ) or an instance of Boolean; otherwise, an exception is thrown. This method is implemented to support the IComparable interface. See Also |
| ||||||||||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme