[This is preliminary documentation and is subject to change.]

Returns true if the current object and the argument are equal

Namespace:  OfficeClip.BusinessLayer.TE
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public bool IsEqual(
	PunchTimeInfo newPTI
)
Visual Basic (Declaration)
Public Function IsEqual ( _
	newPTI As PunchTimeInfo _
) As Boolean
Visual C++
public:
bool IsEqual(
	PunchTimeInfo^ newPTI
)

Parameters

newPTI
Type: OfficeClip.BusinessLayer.TE..::.PunchTimeInfo
Punch time information to compare with

Return Value

true if equal

See Also