Constructor.
Parameters: comparison - Comparison operator for this if statement. Parameters: left - Expression on the left side of the comparison. Parameters: right - Expression on the right side of the comparison. Parameters: trueTarget - Block executed if comparison evaluates to true. Parameters: falseTarget - Block executed if comparison evaluates to false.