DataMismatch Constructor

tikumo.regis3

DataMismatch Constructor regdiff Code Documentation
This constructor identifies a mismatch in the data of two registry values that are located in the same key path.

Namespace: com.tikumo.regis3
Assembly: regis3 (in regis3.dll) Version: 3.4.0.0 (3.4.0.0)

Syntax

public DataMismatch(
	RegKeyEntry key,
	RegValueEntry value1,
	RegValueEntry value2
)
public DataMismatch(
	RegKeyEntry key,
	RegValueEntry value1,
	RegValueEntry value2
)

Parameters

key
Type: com.tikumo.regis3 RegKeyEntry
Parent registry key path (by definition, the same in both registry trees)
value1
Type: com.tikumo.regis3 RegValueEntry
Data in first registry file
value2
Type: com.tikumo.regis3 RegValueEntry
Data in the second registry file
See Also