BSKBOOL BSKCompareValues( BSKValue* v1, BSKValue* v2 );Inputs:
Description: Tests to see if the two values are literally equivalent. This is done by actually comparing the memory buffers of the two BSKValues. If equivalence is dependant upon more values that simply the contents of the buffer (comparing two BSKThings, for instance), do not use this function.
Return to the API
Return to the function listing