hyTags
HomeHome Getting StartedGetting Started DocumentationDocumentation

bool-is-equal

Checks if two boolean values are equal.
Parameter
Type
Description
self
bool
First boolean value
other
bool
Second boolean value
return
bool
`true` if values are equal, `false` otherwise