| 
            
              SignalReferenceCompareTo(Object) Method
             | 
          
        
        
            Compares the current object with another object of the same type.
            
        
        Namespace: GSF.Units.EEAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
Syntaxpublic int CompareTo(
	Object obj
)
Public Function CompareTo ( 
	obj As Object
) As Integer
public:
int CompareTo(
	Object^ obj
)
member CompareTo : 
        obj : Object -> int  View SourceParameters
- obj  Object
 - An object to compare with this SignalReference.
 
Return Value
Int32A 32-bit signed integer that indicates the relative order of the objects being compared.
Exceptions
See Also