Boolean..::..CompareTo Method (Boolean)
Compares this instance to a specified Boolean object and returns an integer that indicates their relationship to one another.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public int CompareTo( bool other )
<TemplateAttribute> _ Public Function CompareTo ( _ other As Boolean _ ) As Integer
[TemplateAttribute] public: int^ CompareTo( bool^ other )
Parameters
- other
- Type: System..::..Boolean