 | HeaderListCollectionContains Method |
Checks if the collection contains the specified group of headers.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntaxpublic bool Contains(
HeaderList group
)
Parameters
- group HeaderList
- The group of headers.
Return Value
Boolean if the specified group of headers is contained;
otherwise,
.
Implements
ICollectionTContains(T)
Exceptions
Remarks
Determines whether the collection contains the specified group of headers.
See Also