IDynamicInstance.CanMergeWith

Syntax

CanMergeWith(Other: IDynamicInstance): Boolean;

Parameters

Other. Dictionary with which main dictionary should be merged.

Description

The CanMergeWith method determines whether dictionaries can be merged.

Comments

The method returns True, if dictionaries can be merged and False, if otherwise.

Example

The method use is given in the example for IDynamicInstance.MergeWith.

See also:

IDynamicInstance