|   | FrameCompareTo(Object) Method | 
        
        
            Compares the 
Frame with the specified 
Object.
            
 GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
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 Parameters
- 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
Exceptions| Exception | Condition | 
|---|
| ArgumentException | obj is not an IFrame. | 
 Remarks
RemarksThis implementation of a basic frame compares itself by timestamp.
 See Also
See Also