Allows the implementation of a service that compares tables.
Compares the actual table with the desired one.
public TableComparisonResult Compare(desired, actual)
Name | Type | Summary |
---|---|---|
desired | Table | Desired configuration of a Table. |
actual | Table | Actual configuration of a Table. |