Click or drag to resize
SqlHelperObjectsEqual Method
Returns true if two objects are equal.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static bool ObjectsEqual(
	Object obj1,
	Object obj2
)

Parameters

obj1
Type: SystemObject
Object 1
obj2
Type: SystemObject
Object 2

Return Value

Type: Boolean
See Also