Phue\Condition::equals PHP Method

equals() public method

Set operator to equals
public equals ( ) : self
return self This object
    public function equals()
    {
        $this->operator = self::OPERATOR_EQUALS;
        return $this;
    }