StateBag::IDictionary::Contains Method (Object^)
.NET Framework (current version)
For a description of this member, see IDictionary::Contains.
Assembly: System.Web (in System.Web.dll)
Parameters
- key
-
Type:
System::Object^
The key to locate in the IDictionary object.
Return Value
Type: System::Booleantrue if the IDictionary contains an element with the key; otherwise, false.
Implements
IDictionary::Contains(Object^)This member is an explicit interface member implementation. It can be used only when the StateBag instance is cast to an IDictionary interface.
.NET Framework
Available since 1.1
Available since 1.1
Show: