StdAdoDelegateIsMatcherEqualsT Method

Quartz.NET 3.0 API Documentation

[Missing <summary> documentation for "M:Quartz.Impl.AdoJobStore.StdAdoDelegate.IsMatcherEquals``1(Quartz.Impl.Matchers.GroupMatcher{``0})"]

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

C#
protected bool IsMatcherEquals<T>(
	GroupMatcher<T> matcher
)
where T : Key<T>

Parameters

matcher
Type: Quartz.Impl.MatchersGroupMatcherT

[Missing <param name="matcher"/> documentation for "M:Quartz.Impl.AdoJobStore.StdAdoDelegate.IsMatcherEquals``1(Quartz.Impl.Matchers.GroupMatcher{``0})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Quartz.Impl.AdoJobStore.StdAdoDelegate.IsMatcherEquals``1(Quartz.Impl.Matchers.GroupMatcher{``0})"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.StdAdoDelegate.IsMatcherEquals``1(Quartz.Impl.Matchers.GroupMatcher{``0})"]

See Also

Reference