- Found in:
- cLib
Description
Documentation String
Requirements: None
Documentation Comment
Valid operators: ==, !=, &&, ||, !&&, &&!, !&&!, !||, ||!, !||!
e.g. !&& == !this && that ; &&! == this && !that ; !&&! == !this && !that
Caveats
Parameters
Examples
Auto-Generated Example
string myString__operators
Form myForm__this
Form[] myFormArray__thatArray
bool[] returnedValue = clib.cArrayDynamicComparisonForm(myString__operators, myForm__this, myFormArray__thatArray)