|
Measurement.CompareTo(ITimeSeriesValue) Method
|
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.246-beta
Syntaxfunction CompareTo(other);
View SourceParameters
- other ITimeSeriesValue
- The ITimeSeriesValue to compare with the current Measurement.
Return Value
Int32A 32-bit signed integer that indicates the relative order of the objects being compared.
Implements
IComparable<T>.CompareTo(T)
RemarksMeasurement implementations should compare by hash code.
See Also