equalReturns true if the first input is equal to the second one using the native ordering of the type.
If first == second is true, then both first < second and first > second are false.
Please use almost_equal, equivalent_float_epsilon, or equivalent_float_ULP when comparing floating point values.
firstFirst value to compare.
secondSecond value to compare.
outputReturns true if first is equal to second.