DirtyFlagMap TKey, TValue  ContainsValue Method Quartz.NET API Documentation
Determines whether the specified obj contains value.

Namespace: Quartz.Util
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

public virtual bool ContainsValue(
	TValue obj
)

Parameters

obj
Type: TValue
The obj.

Return Value

Type: Boolean
true if the specified obj contains value; otherwise, false.
See Also