Click or drag to resize
ObjectDependencyEquals Method (Object)
Returns true if the dependencies match in all their fields.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
Object to compare with

Return Value

Type: Boolean
See Also