TextComparerOptions

Description

The TextComparerOptions enumeration contains parameters of text comparison.

It is used by the following property:

Available Values

Value Brief description
1 MatchCase. Case-sensitive comparison.
2 WholeWord. Comparison with string completeness consideration.
4 ForEachWord. Comparison on input of either single word separately, or all words simultaneously. If a string consists of several words, the input is searched for a single word or all the words. On searching for input occurrences, noun endings are skipped.
For example, when the Dictionary Attributes phrase is searched, the elements are searched, which contain both the Dictionary Attributes, and Attributes, Attribute, Dictionary.

Comments

To apply several parameters of comparison, specify necessary values of the TextComparerOptions enumeration through Or.

See also:

Collections Assembly Enumerations