WeakMap::offsetExists
Checks whether a certain object is in the map
&reftitle.description;
public boolWeakMap::offsetExists
objectobject
Checks whether the passed object is referenced in the map.
&reftitle.parameters;
object
Object to check for.
&reftitle.returnvalues;
Returns &true; if the object is contained in the map, &false; otherwise.