Class ExactFindStringComparer
This class is used to precisely compare strings. It searches for an item whose text is exactly equal to the provided string.
Inheritance
System.Object
ExactFindStringComparer
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 ExactFindStringComparer : IFindStringComparer
Constructors
ExactFindStringComparer()
Declaration
public ExactFindStringComparer()
Methods
Compare(String, String)
Declaration
public bool Compare(string x, string y)
Parameters
System.String
x
|
System.String
y
|
Returns
System.Boolean
|