Equals
From King Arthur's Gold Wiki
Returns true if the two given floats are equal, otherwise false.
This method is part of the Maths namespace so you need to prefix calls to it with 'Maths::'.
bool Maths::Equals(float a, float b)