NotMatcherTKeyNotT Method

Quartz.NET 3.0 API Documentation
Create a NotMatcher that reverses the result of the given matcher.

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

C#
public static NotMatcher<T> Not<T>(
	IMatcher<T> operand
)
where T : Key<T>

Parameters

operand
Type: QuartzIMatcherT

[Missing <param name="operand"/> documentation for "M:Quartz.Impl.Matchers.NotMatcher`1.Not``1(Quartz.IMatcher{``0})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Quartz.Impl.Matchers.NotMatcher`1.Not``1(Quartz.IMatcher{``0})"]

Return Value

Type: NotMatcherT

[Missing <returns> documentation for "M:Quartz.Impl.Matchers.NotMatcher`1.Not``1(Quartz.IMatcher{``0})"]

See Also

Reference