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

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

public override bool Equals(
	Object obj
)

Return Value

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