Compares two objects using the memcmp function. Returns 0 if the objects match exactly. Otherwise returns non-zero.
int32 Memcmp( int16 value, int16 lhs, int16 rhs )
Parameter Type | Parameter Name | Documentation |
---|---|---|
<int16> | value | The value to compare. |
<int16> | lhs | The left hand value. |
<int16> | rhs | The right hand value. |
None published. Please look for an example in the Simdify Scripting Language code base.