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( int32 value, int32 lhs, int32 rhs )

Parameters

Parameter Type Parameter Name Documentation
int32valueThe value to compare.
int32lhsThe left hand value.
int32rhsThe right hand value.

Examples

Copy Text To Clipboard

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