Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
ESearchCase Namespace Reference

Enumerations

enum  Type { CaseSensitive , IgnoreCase }
 

Detailed Description

Determines case sensitivity options for string comparisons.

Enumeration Type Documentation

◆ Type

Enumerator
CaseSensitive 

Case sensitive. Upper/lower casing must match for strings to be considered equal.

IgnoreCase 

Ignore case. Upper/lower casing does not matter when making a comparison.

Definition at line 25 of file FString.h.