DataColumnCollectionIsColumnStructureCompatible Method |
Determines whether two column collections have compatible structures.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
Booleantrue if the structures are compatible; otherwise,
false.
See Also