FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
= | Compare two booleans for equality |
!= | Compare two booleans for inequality |
or | Boolean (logical) or |
and | Boolean (logical) and |
xor | Boolean (logical) xor |
not | Boolean (logical) not |
Action summary | |
---|---|
boolean | static canParse(string s)
Check if the string argument can be successfully parsed as a boolean. |
integer |
hash()
Get an integer hash representation of the underlying object. |
boolean | static parse(string s)
Parse a string as a boolean. |
string |
toString()
Convert this boolean to a string. |
Action detail |
---|
boolean static canParse(string s)Check if the string argument can be successfully parsed as a boolean.
integer hash()Get an integer hash representation of the underlying object.
boolean static parse(string s)Parse a string as a boolean.
string toString()Convert this boolean to a string.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |