Back to FabImage Library website
You are here: Start » Function Reference » String » TestStringEqualTo
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | STD.h |
---|---|
Namespace: | fil |
Compares two strings character by character.
Syntax
void fil::TestStringEqualTo ( const ftl::String& inString, const ftl::String& inReferenceString, const bool inIgnoreCase, const bool inTrimWhitespace, bool& outIsEqual )