DateFormatCollectionContains Method |
Determines whether the collection contains a specific item.
Namespace: GroupDocs.Search.OptionsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8
Syntaxpublic bool Contains(
DateFormat item
)
Public Function Contains (
item As DateFormat
) As Boolean
public:
virtual bool Contains(
DateFormat^ item
) sealed
abstract Contains :
item : DateFormat -> bool
override Contains :
item : DateFormat -> bool
Parameters
- item
- Type: GroupDocs.Search.OptionsDateFormat
The item to locate in the collection.
Return Value
Type:
Booleantrue if item is found in the collection; otherwise,
false.
Implements
ICollectionTContains(T)
See Also