A custom comparison between some search value and the type of item that is kept in the tree.
Namespace: Telerik.Windows.Diagrams.CoreAssembly: Telerik.Windows.Diagrams.Core (in Telerik.Windows.Diagrams.Core.dll) Version: 2013.2.611.40
Syntax
| C# |
|---|
protected delegate int CustomComparison<in TSearch>(
TSearch value,
T item
)
|
| Visual Basic |
|---|
Protected Delegate Function CustomComparison(Of In TSearch) ( _
value As TSearch, _
item As T _
) As Integer |
Parameters
- value
- Type: TSearch
- item
- Type: T
Type Parameters
- TSearch
- The type of the search.
See Also