DirtyFlagMapTKey, TValueEquals Method

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

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

C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The Object to compare with the current Object.

Return Value

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

Reference