And
Performs a Boolean And operation on all of the arguments
If all of the arguments are true, it returns true, otherwise it returns false.
Arguments
Variable arguments | Add as many Boolean arguments as needed. They can be structure elements or functions. |