Boolean operators work on anything that are boolean expressions. Boolean expressions is anything that can be expressed as true or false. That means they are not just limited to integers.
Example: MyString == "Hello World" is a boolean expression.