- Found in:
- cLib
Description
Documentation String
Requirements: None
Documentation Comment
Valid operators: ==, !=, &&, ||, !&&, &&!, !&&!, !||, ||!, !||! (10 functions in one)
e.g. !&& == !this && that ; &&! == this && !that ; !&&! == !this && !that
Caveats
Parameters
stringoperators
boolthis
bool[]thatArray
Examples
Auto-Generated Example
string myString__operators
bool myBool__this
bool[] myBoolArray__thatArray
bool[] returnedValue = clib.cArrayDynamicComparisonBool(myString__operators, myBool__this, myBoolArray__thatArray)