[This is preliminary documentation and is subject to change.]

Check if Value exists in Dictionary

Namespace:  OpenMetaverse
Assembly:  OpenMetaverse (in OpenMetaverse.dll) Version: 1.0.0.20057

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool ContainsValue(
	TValue value
)
Public Function ContainsValue ( _
	value As TValue _
) As Boolean
public:
bool ContainsValue(
	TValue value
)

Parameters

value
TValue
Value to check for

Return Value

trueTruetrue if found, falseFalsefalse otherwise

See Also