Enumeration

ComparisonOptions


Description

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.

Compatibility

All project types on all supported operating systems.