CronExpression Equals Method (CronExpression)Quartz.NET API Documentation
Determines whether the specified CronExpression is equal to the current CronExpression.

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

public bool Equals(
	CronExpression other
)

Return Value

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