Version

isActionDuplicate Method (ViewerBaseProxy)

Returns true if the previous action is a duplicate of the current action, else false
Syntax
'Declaration
 
Protected Function isActionDuplicate( _
   ByVal prevAction As RecordProxyBase.RecordAction, _
   ByVal currentAction As RecordProxyBase.RecordAction _
) As System.Boolean
protected System.bool isActionDuplicate( 
   RecordProxyBase.RecordAction prevAction,
   RecordProxyBase.RecordAction currentAction
)
protected: System.bool isActionDuplicate( 
   RecordProxyBase.RecordAction* prevAction,
   RecordProxyBase.RecordAction* currentAction
) 

Parameters

prevAction
Previous action
currentAction
Current action

Return Value

Returns true if the previous action is a duplicate of the current action, else false
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also