Click or drag to resize
ObjectDependencyEquals Method (ObjectDependency)
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#
protected bool Equals(
	ObjectDependency other
)

Parameters

other
Type: CMS.DataEngineObjectDependency
Object to compare with

Return Value

Type: Boolean
See Also