Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataGridViewColumnDesignTimeVisibleAttribute::Equals Method (Object^)

 

Gets a value indicating whether this object is equivalent to the specified object.

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

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The Object to compare with the current Object.

Return Value

Type: System::Boolean

true to indicate that the specified object is a DataGridViewColumnDesignTimeVisibleAttribute instance with the same Visible property value as this instance; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft