[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.NullableBoolean.CompareTo

CompareTo Method

CompareTo(NullableBoolean)

Performs a comparison of current instance and specified instance of NullableBoolean and returns a value indicating whether one is less than, equal to, or greater than the other.

Declaration
public int CompareTo(NullableBoolean other)
Parameters
Type Name Description
NullableBoolean other

The instance of NullableBoolean to be compared with.

Returns
Type Description
int

Less than zero if current instance is less than other; 0 (zero) if they are equal; Greater than zero if current instance is greater than other.