A custom comparison between some search value and the type of item that is kept in the tree.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Type Parameters:
TSearch
The type of the search.
Syntax:
C#
protected delegate int BinarySearchTreeBase<T>.CustomComparison<in TSearch>(TSearch value, T item)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(TSearch value, T item, AsyncCallback callback, object @object)