Click or drag to resize
AttrValueUpdateHelperCompareAttrValues Method

Namespace: PDTec.IceNet.Sdk.Model
Assembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
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