Back to Adaptive Vision Library website
You are here: Start » Function Reference » String » TestStringEqualTo
TestStringEqualTo
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::TestStringEqualTo ( const atl::String& inString, const atl::String& inReferenceString, const bool inIgnoreCase, const bool inTrimWhitespace, bool& outIsEqual )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inString | const String& | ||
![]() |
inReferenceString | const String& | ||
![]() |
inIgnoreCase | const bool | ||
![]() |
inTrimWhitespace | const bool | ||
![]() |
outIsEqual | bool& |


