Click or drag to resize

DataColumnEquals Method

Determines whether current column equals to the given one.

Namespace:  Dynamicweb.Controls.Charts
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
An instance of the data column to compare with.

Return Value

Type: Boolean
Value indicating whether current column equals to the given one.
Remarks