| 
            
              FrameCompareTo(Object) Method
             | 
          
        
        
            Compares the 
Frame with the specified 
Object.
            
 
        
        Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
Syntaxpublic int CompareTo(
	Object obj
)
Public Function CompareTo ( 
	obj As Object
) As Integer
public:
virtual int CompareTo(
	Object^ obj
) sealed
abstract CompareTo : 
        obj : Object -> int 
override CompareTo : 
        obj : Object -> int  View SourceParameters
- obj  Object
 - The Object to compare with the current Frame.
 
Return Value
Int32A 32-bit signed integer that indicates the relative order of the objects being compared.
Implements
IComparableCompareTo(Object)
Exceptions| Exception | Condition | 
|---|
| ArgumentException | obj is not an IFrame. | 
RemarksThis implementation of a basic frame compares itself by timestamp.
See Also