| JobFilterCollectionContains Method |
Determines wheither a filter is in the global filter collection.
Namespace: Hangfire.CommonAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public bool Contains(
Object filter
)
Public Function Contains (
filter As Object
) As Boolean
Parameters
- filter
- Type: SystemObject
The filter instance.
Return Value
Type:
BooleanTrue if the global filter collection contains the filter, otherwise false.
See Also