Back to Adaptive Vision Library website
You are here: Start » Function Reference » String » TestStringUnequalTo
TestStringUnequalTo
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Compares two strings character by character.
Syntax
void avl::TestStringUnequalTo ( const atl::String& inString, const atl::String& inReferenceString, const bool inIgnoreCase, const bool inTrimWhitespace, bool& outIsUnequal )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inString | const String& | ||
![]() |
inReferenceString | const String& | ||
![]() |
inIgnoreCase | const bool | ||
![]() |
inTrimWhitespace | const bool | ||
![]() |
outIsUnequal | bool& |


