ComparisonOptions
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Enumeration
ComparisonOptions
New in 2019r2
New in 2019r2
Specifies whether a comparison is case-sensitive or not.
Values
Enum | Description |
---|---|
CaseInsensitive | The case of characters is not considered. A and a are treated as identical. |
CaseSensitive | The case of characters is considered. A and a are treated as different characters. |