Compares the current object with another object of the same type.
| C# | Visual Basic | Visual C++ |
public int CompareTo( SignalReference other )
Public Function CompareTo ( _ other As SignalReference _ ) As Integer
public: virtual int CompareTo( SignalReference other ) sealed
- other (SignalReference)
- Another SignalReference to compare with this SignalReference.
A 32-bit signed integer that indicates the relative order of the objects being compared.