Returns whether Integer i1 is equal to Integer i2
function intEq input Integer i1; input Integer i2; output Boolean b; end intEq;