tryRemoveDeferred

tryRemoveDeferred(value: MemberType): Boolean, receiverByReference, 
                                     updating;

The tryRemoveDeferred method of the Set class attempts to remove the value specified in the value parameter from the set if it is present.

This method returns true if the value was removed; otherwise it returns false.

2020.0.01 and higher