<Code Lib>
2022 Method
Changes 0
M

CategoryNameMap.Contains

Description:
Tests for the existence of a category with that name within the map.

public virtual bool Contains(
	string key
)

  • String
    key
    The category name to be searched for.
Return Value bool The Contains method returns True if the name is within the map, otherwise False.

Loading…