OrMatcherTKeyIsMatch Method

Quartz.NET 3.0 API Documentation

[Missing <summary> documentation for "M:Quartz.Impl.Matchers.OrMatcher`1.IsMatch(`0)"]

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

C#
public bool IsMatch(
	TKey key
)

Parameters

key
Type: TKey

[Missing <param name="key"/> documentation for "M:Quartz.Impl.Matchers.OrMatcher`1.IsMatch(`0)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Quartz.Impl.Matchers.OrMatcher`1.IsMatch(`0)"]

Implements

IMatcherTIsMatch(T)
See Also

Reference