includesWithDeferred

includesWithDeferred(value: MemberType): Boolean;

The includesWithDeferred method of the Collection class returns true if the collection contains the object specified in the value parameter, taking account of deferred operations visible to the process. This method returns false if a null reference is passed to the value parameter. For a dictionary, the method returns true if the object is contained in the dictionary at its current key value, taking account of deferred operations visible to the process.

2022.0.01 and higher