Methods for Boolean variables
Method | Description | Parameters | Result type |
Compare | Compares 2 boolean values and returns Greater than, Equal, Less than, or Invalid using True/False for comparison purposes. | Boolean | |
Equals | Compares 2 boolean values and returns True if equal. | Boolean | |
Not | This method reverses the value of the boolean variable. | Boolean | |
ResetState | This method resets the value of the boolean variable. | Boolean | |
TryParse | Completes TryParse and if True assigns the value to the variable and outputs the value. | Object input, Boolean value out |
Previous topic Methods for string variables Next topic Methods for sensitive variables