Contains

DateFormatCollection.Contains method

Determines whether the collection contains a specific item.

public bool Contains(DateFormat item)
Parameter Type Description
item DateFormat The item to locate in the collection.

Return Value

true if item is found in the collection; otherwise, false.

See Also