Click or drag to resize

TaskDatabaseHelperAreTablesIdentical Method

Returns true if two tables have identical rows and values

Namespace: Seal.Helpers
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public bool AreTablesIdentical(
	DataTable checkTable1,
	DataTable checkTable2
)

Parameters

checkTable1  DataTable
 
checkTable2  DataTable
 

Return Value

Boolean
See Also