Difference between revisions of "Equals"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> Returns true if the two given floats are equal, otherwise false. </onlyinclude> <syntaxhighlight lang="cpp"> bool Equals(float a, float b) </syntaxhighlight> [[Cat...")
(No difference)

Revision as of 17:56, 22 August 2012

Returns true if the two given floats are equal, otherwise false.

bool Equals(float a, float b)