C-DEngine 5.105

cdeP..::..AreValuesDifferent Method

A static function that allows to compare two property-values of a given Property Type

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static bool AreValuesDifferent(
	Object storage,
	Object value,
	ePropertyTypes cdeT
)
Public Shared Function AreValuesDifferent ( _
	storage As Object, _
	value As Object, _
	cdeT As ePropertyTypes _
) As Boolean
public:
static bool^ AreValuesDifferent(
	Object^ storage, 
	Object^ value, 
	ePropertyTypes^ cdeT
)

Parameters

storage
Type: Object
value
Type: Object
cdeT
Type: nsCDEngine.Engines.ThingService..::..ePropertyTypes

Return Value