Class StartsWithFindStringComparer
This class is used to create the initial instance of the IFindStringComparer. It uses the string StartsWith method.
Inheritance
System.Object
StartsWithFindStringComparer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class StartsWithFindStringComparer : IFindStringComparer
Constructors
StartsWithFindStringComparer()
Declaration
public StartsWithFindStringComparer()
Methods
Compare(String, String)
Declaration
public bool Compare(string x, string y)
Parameters
System.String
x
|
System.String
y
|
Returns
System.Boolean
|