CollectionItem.HasName

CollectionItem.HasName method

Checks if the given name exists in the collection item.

public bool HasName(string name)
ParameterTypeDescription
nameStringThe name to check.

Return Value

True if the name exists in the collection item, otherwise false.

See Also