Click or drag to resize
ObjectDependencyEquals Method (Object)
Compares the dependency with another object. Returns true if all fields of the two dependencies match.

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

Parameters

obj
Type: SystemObject
Object to compare

Return Value

Type: Boolean
See Also