• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Enum ComparisonFlags

Namespace:
Varigence.Languages.Biml.Transformation
Assembly:
Biml.dll
C#
    [Flags]
public enum ComparisonFlags
    
  

Fields

IgnoreCase

Specifies that the case of characters will be ignored when comparing string values.

IgnoreCharacterWidth

Specifies that character width differences (full-width, half-width) will be ignored when comparing string values.

IgnoreKanaType

Specifies that character kana differences (hiragana, katakana) will be ignored when comparing string values.

IgnoreNonspacingCharacters

Specifies that non-spacing characters will be ignored when comparing string values.

IgnoreSymbols

Specifies that symbols will be ignored when comparing string values.

None

Specifies that no special comparison behaviors will be used.

SortPunctuationAsSymbols

Specifies that the punctuation will be treated as punction for the purpose of sort ordering comparisons.

© Varigence