- 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 myForm__that
bool returnedValue = clib.cDynamicComparisonForm(myString__operators, myForm__this, myForm__that)