Click or drag to resize

AttrValueUpdateHelperCompareAttrValues Method

Namespace:  PDTec.IceNet.Sdk.Model
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static int CompareAttrValues(
	AttrValueType valueType,
	Object value1,
	Object value2
)

Parameters

valueType
Type: PDTec.IceNet.Core.ModelAttrValueType
value1
Type: SystemObject
value2
Type: SystemObject

Return Value

Type: Int32
See Also