5#include <system/details/enum_meta_info.h>
6#include <system/enum_helpers.h>
8namespace System {
namespace Globalization {
37DECLARE_USING_GLOBAL_OPERATORS
45struct EnumMetaInfo<
System::Globalization::CompareOptions>
48 static ASPOSECPP_SHARED_API
const std::array<std::pair<System::Globalization::CompareOptions, const char16_t*>, 9>& values();
CompareOptions
String comparison options.
Definition: compare_options.h:12
@ IgnoreKanaType
Ignore kana type (Japanese).
@ IgnoreNonSpace
Ignore nonspacing combining characters, e. g. diacritics.
@ IgnoreWidth
Ignore character width wen comparing strings.
@ OrdinalIgnoreCase
Ordinal comparison with case difference ignored.
@ IgnoreSymbols
Include whitespaces, punctuation signs and so on.
@ Ordinal
Compare UTF codes directly for first comparison.
@ StringSort
Use string sort algorithm to compare characters.
Definition: db_command.h:9