Click or drag to resize

PFJobSettingValueEquals Method

Determines whether the specified Object, is equal to this instance. Compares Value to the provided object.

Namespace:  Packflow.Core.Jobs
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The Object to compare with this Value property of this instance.

Return Value

Type: Boolean
true if the specified Object is equal to this instance's Value property; otherwise, false.
See Also