EqualString
The EqualString function determines whether two supplied strings are equal.
Syntax
Copy Code | |
---|---|
bool EqualString( string string1, string string2, bool ignoreCase ); |
Parameters
Return Values
Returns true if string1 and string2 are equal; false if they are not.