Click or drag to resize
QueryColumnListBase.Equals Method
Returns true if the object equals to another

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: System.Object
Object to compare to

Return Value

Type: Boolean
See Also