| 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
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj
- Type: SystemObject
An instance of the data column to compare with.
Return Value
Type:
BooleanValue indicating whether current column equals to the given one.
Remarks See Also