Compares the current instance with another report level.
| C# | Visual Basic | Visual C++ |
public int CompareTo( ReportLevel other )
Public Function CompareTo ( _ other As ReportLevel _ ) As Integer
public: virtual int CompareTo( ReportLevel other ) sealed
- other (ReportLevel)
- A report level to compare with this instance.
A 32-bit signed integer that indicates the relative order of the objects being compared.
The return value has these meanings:
| Value | Meaning |
|---|---|
| Less than zero | This instance is less than other. |
| Zero | This instance is equal to other. |
| Greater than zero | This instance is greater than other. |
