DirtyFlagMap TKey, TValue  IsEmpty Property Quartz.NET API Documentation
Gets a value indicating whether this instance is empty.

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

public virtual bool IsEmpty { get; }

Property Value

Type: Boolean
true if this instance is empty; otherwise, false.
See Also