Click or drag to resize
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.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
Object to compare to

Return Value

Type: Boolean
See Also