|
FrameCompareTo(IFrame) Method
|
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.248-beta
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);
View SourceParameters
- 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)
RemarksThis implementation of a basic frame compares itself by timestamp.
See Also