Console
hyTags
Home
Home
Getting Started
Getting Started
Documentation
Documentation
bool-and
Returns `true` if both boolean values are `true`, otherwise `false`.
Parameter
Type
Description
self
bool
First boolean value
value
bool
Second boolean value
return
bool
Result of logical AND operation