ServicePRO SDK Help

stcWorkflowItem..::..Equals Method

Determines whether the specified Object is equal to this instance.

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

Syntax


public bool Equals(
	Object givenObject
)
Public Function Equals ( _
	givenObject As Object _
) As Boolean

Parameters

givenObject
Type: Object
The Object to compare with this instance.

Return Value

true if the specified Object is equal to this instance; otherwise, false.