[]
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.
public int CompareTo(NullableBoolean other)
Type | Name | Description |
---|---|---|
NullableBoolean | other | The instance of NullableBoolean to be compared with. |
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. |