Interface
IFindStringComparer

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:

cs-api-definition
public interface IFindStringComparer

Methods

Compare(string, string)

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

Declaration

cs-api-definition
bool Compare(string x, string y)

Parameters

x

string

The first string to compare.

y

string

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