equal

Returns 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.

Inputs

first

First value to compare.

second

Second value to compare.

Output

output

Returns true if first is equal to second.