ObjectDependencyEquals Method (Object) |
Compares the dependency with another object. Returns true if all fields of the two dependencies match.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public override bool Equals(
Object obj
)
Parameters
- obj
- Type: SystemObject
Object to compare
Return Value
Type:
BooleanSee Also