New to Telerik UI for WinFormsStart a free 30-day trial

Defines an interface for providing alternative string comparison methods used in the FindString functionality.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public interface IFindStringComparer

Derived Classes: ContainsFindStringComparerExactFindStringComparerStartsWithFindStringComparer

Methods

Compares two strings according to the implementation's specific logic.

C#
bool Compare(string x, string y)
Parameters:xstring

The first string to compare.

ystring

The second string to compare.

Returns:

bool

true if the strings match according to the comparison logic; otherwise, false.

In this article
DefinitionMethodsCompare(string, string)
Not finding the help you need?
Contact Support