Product: LABELVIEW, CODESOFT
Version: All Versions
|
exact: Returns True (noted by 1) if the two strings are identical, and False (noted by 0) if not. This is a case-sensitive formula.
Example:
exact("software", "software") = 1
exact("software", "Software") = 0
|