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

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

C#
public CustomComparison(object @object, nint method)
Parameters:objectobjectmethodnint

Methods

C#
public virtual IAsyncResult BeginInvoke(TSearch value, T item, AsyncCallback callback, object @object)
Parameters:valueTSearchitemTcallbackAsyncCallbackobjectobjectReturns:

IAsyncResult

C#
public virtual int EndInvoke(IAsyncResult result)
Parameters:resultIAsyncResultReturns:

int

C#
public virtual int Invoke(TSearch value, T item)
Parameters:valueTSearchitemTReturns:

int