Click or drag to resize
Grid Solutions Framework

MeasurementValueEquals(MeasurementValue) Method

Indicates whether the current object is equal to another object of the same type.

Namespace: GrafanaAdapters.DataSourceValueTypes.BuiltIn
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public bool Equals(
	MeasurementValue other
)
View Source

Parameters

other  MeasurementValue
An object to compare with this object.

Return Value

Boolean
if the current object is equal to the other parameter; otherwise, .

Implements

IEquatableTEquals(T)
See Also