Class ExactFindStringComparer
Implements IFindStringComparer using exact string comparison for precise matching.
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)
Compares two strings for exact equality.
Declaration
public bool Compare(string x, string y)
Parameters
System.String
x
The first string to compare. |
System.String
y
The second string to compare. |
Returns
System.Boolean
true if the strings are exactly equal; otherwise, false. |