ServicePRO SDK Help

stcAssignmentItem..::..Equals Method (Object, Boolean)

Equalses the specified object.

Namespace:  HelpSTAR.PCL.Common
Assembly:  HelpSTAR.PCL.Common (in HelpSTAR.PCL.Common.dll)

Syntax


public bool Equals(
	Object obj,
	bool ignoreQueue
)
Public Function Equals ( _
	obj As Object, _
	ignoreQueue As Boolean _
) As Boolean

Parameters

obj
Type: Object
The object.
ignoreQueue
Type: Boolean
if set to true [ignore queue].

Return Value

true if XXXX, false otherwise.