tryRemoveKeyEntry

tryRemoveKeyEntry(keys:  KeyType;
                  value: MemberType): Boolean, lockReceiver, updating;

The tryRemoveKeyEntry method of the DynaDictionary class attempts to remove the (key, value) pair specified in the keys and value parameters from the dynamic dictionary if it is present. This method returns true if the (key, value) pair was removed; otherwise it returns false.

2020.0.01 and higher