AND is a logical operator Node, which combines two or more Boolean expressions to yield a Boolean value, based on the inputs' logical relationship to one another. The Node outputs a true value if all of its inputs are also true. This is the equivalent of the &&
operator in computer programming.