Click or drag to resize

DocumentDataItemClassIsEqual Method

Checks two values whether is his equal

Namespace:  SOWIData.XML
Assembly:  SOWIData.XML (in SOWIData.XML.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
private bool IsEqual(
	Object pValue1,
	Object pValue2
)

Parameters

pValue1
Type: SystemObject
Value 1 gives the reference of type
pValue2
Type: SystemObject
Value 2 to compare

Return Value

Type: Boolean
If values equal then gives value true otherwise false
See Also