System::Collections::Generic::BaseDictionary::ContainsValue method

BaseDictionary::ContainsValue method

Checks if value is present in dictionary. Uses operator == to compare values.

bool System::Collections::Generic::BaseDictionary<Map>::ContainsValue(const mapped_t &value)
ParameterTypeDescription
valueconst mapped_t&Value to look for.

ReturnValue

true if value is found, false otherwise.

See Also