Click or drag to resize

NotifyChangedValueTEquals(NotifyChangedValueT) Method

Determines whether this instance is equal to another wrapped value.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Equals(
	NotifyChangedValue<T>? other
)

Parameters

other  NotifyChangedValueT
The object to compare with.

Return Value

Boolean
if the wrapped values are equal; otherwise, .

Implements

IEquatableTEquals(T)
See Also