Skip to main content

EXACT

Compares two text strings and returns TRUE (1) if they are exactly the same (case-sensitive), FALSE (0) otherwise.

CategoryText
SyntaxEXACT(text1, text2)

Parameters

ParameterRequiredDescription
text1RequiredThe first text string.
text2RequiredThe second text string to compare.

Example

EXACT("text")

Auto-generated from the EngCanvas function registry.