Version

GetSimpleDelta Method

Determines whether or not the snapshot state differs from the component state.
Syntax
'Declaration
 
Protected Overridable Function GetSimpleDelta( _
   ByVal componentState As Object, _
   ByVal SnapshotState As Object _
) As Boolean
protected virtual bool GetSimpleDelta( 
   object componentState,
   object SnapshotState
)

Parameters

componentState
The component state.
SnapshotState
The state as it was last saved.

Return Value

True if the states are the same, otherwise False.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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