Base:
method
Equals
System.Object.Equals(System.Object)
7 references to Equals
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewBand.cs (1)
156(dgvcs != null && value != null && !dgvcs.Equals(this.DefaultCellStyle))) && this.DataGridView != null)
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
829(dgvcs != null && value != null && !dgvcs.Equals(this.Style))) && this.DataGridView != null)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (5)
28138return !this.AlternatingRowsDefaultCellStyle.Equals(defaultStyle); 28143return !this.ColumnHeadersDefaultCellStyle.Equals(this.DefaultColumnHeadersDefaultCellStyle); 28148return !this.DefaultCellStyle.Equals(this.DefaultDefaultCellStyle); 28153return !this.RowHeadersDefaultCellStyle.Equals(this.DefaultRowHeadersDefaultCellStyle); 28159return !this.RowsDefaultCellStyle.Equals(defaultStyle);