Interface IFindStringComparer
This interface is used to provide alternative ways to compare strings. Users can assign their custom comparer to the FindStringComparer property of the respective control.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface IFindStringComparer
Methods
Compare(String, String)
Declaration
bool Compare(string x, string y)
Parameters
System.String
x
|
System.String
y
|
Returns
System.Boolean
|