CanMergeWith(Other: IDynamicInstance): Boolean;
CanMergeWith(Other: Prognoz.Platform.Interop.Dimensions.DynamicInstance): boolean;
Other. Dictionary with which main dictionary should be merged.
The CanMergeWith method determines whether dictionaries can be merged.
The method returns True, if dictionaries can be merged and False, if otherwise.
The method use is given in the example for IDynamicInstance.MergeWith.
See also: