EXACT
Compares two text strings and returns TRUE (1) if they are exactly the same (case-sensitive), FALSE (0) otherwise.
| Category | Text |
| Syntax | EXACT(text1, text2) |
Parameters
| Parameter | Required | Description |
|---|---|---|
text1 | Required | The first text string. |
text2 | Required | The second text string to compare. |
Example
EXACT("text")
Auto-generated from the EngCanvas function registry.