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