Specifies the type of a function used to test two values for equality. The function should return true if both values are equal and false otherwise.
true if a = b; false otherwise
Specifies the type of a function used to test two values for equality. The function should return true if both values are equal and false otherwise.