Click or drag to resize
JobFilterCollectionContains Method
Determines wheither a filter is in the global filter collection.

Namespace: Hangfire.Common
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public bool Contains(
	Object filter
)

Parameters

filter
Type: SystemObject
The filter instance.

Return Value

Type: Boolean
True if the global filter collection contains the filter, otherwise false.
See Also