If Condition is True then TruePart is retured, otherwise FalsePart is returned.
function Iff(Condition: Boolean; TruePart: Boolean; FalsePart: Boolean): Boolean; overload;
ImagingUtility (at line 216)