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.