GEqualFunc

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.

alias GEqualFunc = int function(void* a, void* b)

Return Value

TRUE if a = b; FALSE otherwise