ChartElement::Equals Method (Object^)

.NET Framework (current version)
 

Determines whether the specified Object is equal to the current ChartElement.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The Object to compare with the current ChartElement.

Return Value

Type: System::Boolean

True if the specified Object is equal to the current ChartElement; otherwise, False.

.NET Framework
Available since 4.0
Return to top
Show: