Class ContainsFindStringComparer
This class is used to determine whether a string contains another string.
Inheritance
System.Object
ContainsFindStringComparer
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 ContainsFindStringComparer : IFindStringComparer
Constructors
ContainsFindStringComparer()
Declaration
public ContainsFindStringComparer()
Methods
Compare(String, String)
Declaration
public bool Compare(string x, string y)
Parameters
System.String
x
|
System.String
y
|
Returns
System.Boolean
|