AJE Components
EngineClassBase IsDifferent Method (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 virtual bool IsDifferent(
	Object Compare,
	bool IncludeBase = false
)

Return Value

Type: OnlineBoolean
Remarks

See Also