Click or drag to resize

imbDataExecutorisSameValue Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
2013a> Proverava da li je prosledjena ista vrednost

Namespace:  imbSCI.Core.process
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static bool isSameValue(
	Object __valA,
	Object __valB,
	Type __targetType = null
)
Request Example View Source

Parameters

__valA
Type: SystemObject
__valB
Type: SystemObject
__targetType (Optional)
Type: SystemType

Return Value

Type: Boolean
See Also