Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
#define kValue_EqualsT (   kType_type,
  TPtr_value,
  TPtr_other 
)
related

Determines whether a value is equal to another value.

A debug assertion will be raised if the size of the specified items is not equal to the size of the value type.

Parameters
kType_typeValue type.
TPtr_valueStrongly-typed pointer to value.
TPtr_otherStrongly-typed pointer to other value.
Returns
kTRUE if the values are equal.