DirtyFlagMapTKey, TValueContainsValue Method

Quartz.NET 3.0 API Documentation
Determines whether the specified obj contains value.

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

C#
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

Reference