Click or drag to resize

MeasurementEquals(ITimeSeriesValue) Method

Determines whether the specified ITimeSeriesValue is equal to the current Measurement.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public bool Equals(
	ITimeSeriesValue other
)
View Source

Parameters

other  ITimeSeriesValue
The ITimeSeriesValue to compare with the current Measurement.

Return Value

Boolean
true if the specified ITimeSeriesValue is equal to the current Measurement; otherwise, false.

Implements

IEquatableTEquals(T)
See Also