Determines whether the DictElement contains a specific value.

 

   

Syntax
 

[C#]
virtual bool ContainsValue(T value)

 

   

Params
 
Name Description
value The value to locate.
return True if the DictElement contains an element with the specified value otherwise false.

 

   

Notes
 

Determines whether the DictElement contains a specific value.

 

   

Example
 
None.