Click or drag to resize

DataColumnCollectionIsColumnStructureCompatible Method

Determines whether two column collections have compatible structures.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool IsColumnStructureCompatible(
	DataColumnCollection a,
	DataColumnCollection b,
	bool ignoreColumnNames
)

Parameters

a  DataColumnCollection
The first column collection.
b  DataColumnCollection
The second column collection.
ignoreColumnNames  Boolean
If true, column names are ignored during the comparison.

Return Value

Boolean
true if the structures are compatible; otherwise, false.
See Also