DataGridViewCellStyle::Equals Method (Object^)
.NET Framework (current version)
Returns a value indicating whether this instance is equivalent to the specified object.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- o
-
Type:
System::Object^
An object to compare with this instance, or null.
Return Value
Type: System::Booleantrue if o is a DataGridViewCellStyle and has the same property values as this instance; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: