Memcmp Data Member Function

Compares two objects using the memcmp function. Returns 0 if the objects match exactly. Otherwise returns non-zero.

Prototype

int32 Memcmp( int16 value, int16 lhs, int16 rhs )

Parameters

Parameter Type Parameter Name Documentation
<int16>valueThe value to compare.
<int16>lhsThe left hand value.
<int16>rhsThe right hand value.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Simdify Scripting Language code base.