DefaultParameterDictionary.Contains(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Override Contains.
public:
override bool Contains(System::Object ^ key);
public:
override bool Contains(Platform::Object ^ key);
override bool Contains(winrt::Windows::Foundation::IInspectable const & key);
public override bool Contains (object key);
override this.Contains : obj -> bool
Public Overrides Function Contains (key As Object) As Boolean
Parameters
- key
- Object