Click or drag to resize

BoxedTEquals(BoxedT) Method

Determines whether this instance is equal to another boxed value.

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

Parameters

other  BoxedT
The object to compare with.

Return Value

Boolean
if the boxed values are equal; otherwise, .
See Also