Base:
method
Equals
System.ValueType.Equals(System.Object)
3 references to Equals
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListViewItem.cs (2)
697if (value.Equals(position)) 1358return !this.position.Equals(new Point(-1,-1));
winforms\Managed\System\WinForms\TabControl.cs (1)
1871return !padding.Equals(DEFAULT_PADDING);