AnyCondition
A set of conditions that if any one of which would return a result will cause a result to be returned.
            This is treated effectively as an OR between all conditions added to this.
            Example: Condition1 OR Condition2 OR Condition3 OR Condition 4
            
                
A set of conditions that any one of which returns the result will return the result.