comparisonText - any text expression, text field, or container field
For text to match exactly, the uppercase and lowercase usage must be the same. For container fields, the data must be stored in the same manner (either embedded, or stored by reference).
Exact(BillTo;ShipTo) returns
1 (True) when the value in BillTo is the same as the value in ShipTo.
Exact(Recipient;Upper(Recipient)) returns
1 (True), when Recipient contains JOHNSON.
Exact(Country;“Spain”) returns 1 (True) when the Country field contains Spain.