CronExpressionEquals Method (CronExpression)

Quartz.NET 3.0 API Documentation
Determines whether the specified CronExpression is equal to the current CronExpression.

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

C#
public bool Equals(
	CronExpression other
)

Parameters

other
Type: QuartzCronExpression
The CronExpression to compare with the current CronExpression.

Return Value

Type: Boolean
true if the specified CronExpression is equal to the current CronExpression; otherwise, false.
See Also

Reference