IFreeTextComparer

Description

The IFreeTextComparer interface is used for free text comparison by specified parameters.

Comments

To get access to determine comparison parameters, cast an object, that is returned by the IComparerClass.FreeTextComparer property, to the IFreeTextComparer interface.

Properties

  Property name Brief description
The ForEachWord property determines whether to compare on occurrence either a single word separately, or all words simultaneously.
The MatchCase property determines whether to take into account the case while comparing.
The Options property determines comparison parameters.
The WholeWord property determines whether to compare only whole strings.

Methods inherited from IComparer

  Method name Brief description
Compare The Compare method compares X and Y.

See also:

Collections Assembly Interfaces