AdvantageCMS.Core.Admin.BaseClasses Namespace
AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

BusinessObjectBase..::..IsEqual<(Of <(<'T>)>)> Method

Returns true when this is considered equal to obj after ignoring framework-owned nodes and whitespace-only elements.

Namespace:  AdvantageCMS.Core.Admin.BaseClasses
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


protected internal bool IsEqual<T>(
	T obj
)
where T : BusinessObjectBase

Type Parameters

T
Concrete business-object type.

Parameters

obj
Type: T
The other object to compare against.

Return Value

true when the two objects are equivalent; otherwise false.