Click or drag to resize
Grid Solutions Framework

PhasorValueEquals(PhasorValue) 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(
	PhasorValue other
)
View Source

Parameters

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