System::Collections::Generic::BaseDictionary::ContainsKey method

BaseDictionary::ContainsKey method

Checks if key is present in dictionary.

bool System::Collections::Generic::BaseDictionary<Map>::ContainsKey(const key_t &key) const override
ParameterTypeDescription
keyconst key_t&Key to look for.

ReturnValue

true if key is present, false otherwise.

See Also