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

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

public override bool Equals(
	Object obj
)

Return Value

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