New to Telerik UI for WinFormsStart a free 30-day trial

Implements IFindStringComparer using exact string comparison for precise matching.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class ExactFindStringComparer : IFindStringComparer

Inheritance: objectExactFindStringComparer

Implements: IFindStringComparer

Constructors

C#
public ExactFindStringComparer()

Methods

Compares two strings for exact equality.

C#
public bool Compare(string x, string y)
Parameters:xstring

The first string to compare.

ystring

The second string to compare.

Returns:

bool

true if the strings are exactly equal; otherwise, false.

Implements: IFindStringComparer.Compare(string, string)