DataGridViewAdvancedBorderStyle::Equals Method (Object^)
.NET Framework (current version)
Determines whether the specified object is equal to the current DataGridViewAdvancedBorderStyle.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- other
-
Type:
System::Object^
An Object to be compared.
Return Value
Type: System::Booleantrue if other is a DataGridViewAdvancedBorderStyle and the values for the Top, Bottom, Left, and Right properties are equal to their counterpart in the current DataGridViewAdvancedBorderStyle; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: