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

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

public virtual bool ContainsValue(
	Object obj
)

Return Value

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