AJE Components
EngineClassBase IsDifferent Method (Object, Object, Boolean)AJE Data Report Engine Help
Function compares the Properties of the current Object and the supplied one and returns True if any are not Equal.

Namespace: AJE.DataReportEngine
Assembly: AJE.DataReportEngine (in AJE.DataReportEngine.dll) Version: 4.0.8409.29839 (4.0.1.1)
Syntax

public static bool IsDifferent(
	Object Compare1,
	Object Compare2,
	bool IncludeBase = false
)

Return Value

Type: OnlineBoolean
Remarks

See Also