|   | FrameCompareTo(IFrame) Method | 
        
        
        
        Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic int CompareTo(
	IFrame other
)
Public Function CompareTo ( 
	other As IFrame
) As Integer
public:
virtual int CompareTo(
	IFrame^ other
) sealed
abstract CompareTo : 
        other : IFrame -> int 
override CompareTo : 
        other : IFrame -> int function CompareTo(other);
Parameters
- other  IFrame
- The IFrame to compare with the current Frame.
Return Value
Int32A 32-bit signed integer that indicates the relative order of the objects being compared.
Implements
IComparableTCompareTo(T) Remarks
RemarksThis implementation of a basic frame compares itself by timestamp.
 See Also
See Also