Skip to main content

Enum ComparisonFlags

Namespace: Varigence.Languages.Biml.Transformation

Assembly: Biml.dll

C#


[Flags]
public enum ComparisonFlags

Fields

FieldsDescription
IgnoreCaseSpecifies that the case of characters will be ignored when comparing string values.
IgnoreCharacterWidthSpecifies that character width differences (full-width, half-width) will be ignored when comparing string values.
IgnoreKanaTypeSpecifies that character kana differences (hiragana, katakana) will be ignored when comparing string values.
IgnoreNonspacingCharactersSpecifies that non-spacing characters will be ignored when comparing string values.
IgnoreSymbolsSpecifies that symbols will be ignored when comparing string values.
NoneSpecifies that no special comparison behaviors will be used.
SortPunctuationAsSymbolsSpecifies that the punctuation will be treated as punction for the purpose of sort ordering comparisons.