DataParameterEquals Method |
Returns true if the parameter equals to another parameter object. Both name and value must match in order to consider two parameters equal.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public override bool Equals(
Object obj
)
Parameters
- obj
- Type: SystemObject
Object to compare to
Return Value
Type:
BooleanSee Also