Click or drag to resize

StyleListBaseTIsStructuralEquivalentTo Method

Determines whether the specified list has the same structure and items.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool IsStructuralEquivalentTo(
	IEnumerable<T> anotherList
)

Parameters

anotherList  IEnumerableT
The list to compare with.

Return Value

Boolean
if the lists are structurally equivalent; otherwise, .

Implements

IStyleListTIsStructuralEquivalentTo(IEnumerableT)
See Also