Heureka API .NET Documentation
Compare Method (EvenAgedData.TreeStatusComparer)



First tree to compare
Second tree to compare
Compares this tree to another tree by category and diameter.
Syntax
'Declaration
 
Public Function Compare( _
   ByVal first As EvenAgedData.TreeStatus, _
   ByVal second As EvenAgedData.TreeStatus _
) As Integer
'Usage
 
Dim instance As EvenAgedData.TreeStatusComparer
Dim first As EvenAgedData.TreeStatus
Dim second As EvenAgedData.TreeStatus
Dim value As Integer
 
value = instance.Compare(first, second)

Parameters

first
First tree to compare
second
Second tree to compare

Return Value

indication of their relative values
Remarks
Diameter only compared for trees and ingrown trees
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EvenAgedData.TreeStatusComparer Class
EvenAgedData.TreeStatusComparer Members

Send Feedback