The IFreeTextComparer interface is used for free text comparison by specified parameters.
To get access to determine comparison parameters, cast an object, that is returned by the IComparerClass.FreeTextComparer property, to the IFreeTextComparer interface.
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. |
Method name | Brief description | |
Compare | The Compare method compares X and Y. |
See also: