BSKCompareValues

Module: BSKValue
BSKBOOL BSKCompareValues( BSKValue* v1, BSKValue* v2 );
Inputs: Returns: BSKTRUE if v1 == v2, BSKFALSE otherwise.

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


Last updated on 9 Feb 2001 by Jamis Buck (minam@rpgplanet.com)