ActiveReports.Chart Request technical support
CompareTo Method
See Also 


other
For internal use only.

Syntax

Visual Basic (Declaration) 
Public Function CompareTo( _
   ByVal other As NullableBoolean _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As NullableBoolean
Dim other As NullableBoolean
Dim value As Integer
 
value = instance.CompareTo(other)
C# 
public int CompareTo( 
   NullableBoolean other
)

Parameters

other

See Also