Method MergeWith
MergeWith(UndoCommand)
Merges the command with another command.
Declaration
public virtual bool MergeWith(UndoCommand command)
Parameters
Type | Name | Description |
---|---|---|
UndoCommand | command | The command to merge with. |
Returns
Type | Description |
---|---|
bool | Whether the command was merged. |