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