Goods.IdentityHashtable.contains Function
Tests if some key maps into the specified value in this IdentityHashtable. This operation is more expensive than the
containsKey
method.
Public bool contains (object)
Type
Name
Description
object
val
a value to search for.
Return
Description
bool
true
if some key maps to the
value
argument in this IdentityHashtable;
false
otherwise.