Compares the current object with another object of the same type.
Declaration Syntax
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
Parameters
- other (SignalReference)
- Another SignalReference to compare with this SignalReference.
Return Value
A 32-bit signed integer that indicates the relative order of the objects being compared.