ServicePRO SDK Help

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

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 obj
)
Public Function Equals ( _
	obj As Object _
) As Boolean

Parameters

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

Return Value

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