ContainerLayout Methods
An object defining methods for the ContainerLayout class.
GetDifferences(otherObj)
Compares the current instance with another container layout and returns the differences.
Parameters:
otherObj (required): object
The object to compare with.
Returns:
Type: Dictionary<string, object>
A dictionary of differences between the current instance and the other container layout.
This is a sync method. Method runs synchronously.