EverythingMatcher TKey  ClassQuartz.NET API Documentation
Matches on the complete key being equal (both name and group).
Inheritance Hierarchy

System Object
  Quartz.Impl.Matchers EverythingMatcher TKey 

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

public class EverythingMatcher<TKey> : IMatcher<TKey>
where TKey : Key<TKey>
Type Parameters

TKey

[Missing <typeparam name="TKey"/> documentation for "T:Quartz.Impl.Matchers.EverythingMatcher`1"]

Remarks

See Also