- Found in:
- cLib
Description
Documentation String
Requirements: None
Documentation Comment
Valid operators: ==, !=, &&, ||, !&&, &&!, !&&!, !||, ||!, !||!
e.g. !&& == !this && that ; &&! == this && !that ; !&&! == !this && !that
Caveats
Parameters
stringoperators
stringthis
string[]thatArray
Examples
Auto-Generated Example
string myString__operators
string myString__this
string[] myStringArray__thatArray
bool[] returnedValue = clib.cArrayDynamicComparisonString(myString__operators, myString__this, myStringArray__thatArray)