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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected bool Equals(
	ObjectDependency other
)

Parameters

other
Type: CMS.DataEngineObjectDependency
Object to compare

Return Value

Type: Boolean
See Also