Click or drag to resize
Grid Solutions Framework

DataSourceValueEquals(DataSourceValue) Method

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

Namespace: GrafanaAdapters.DataSources.BuiltIn
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.171-beta
Syntax
public bool Equals(
	DataSourceValue other
)
View Source

Parameters

other  DataSourceValue
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