Implemented interface member:
11 references to Equals
System.Drawing.Primitives (1)
System\Drawing\Point.cs (1)
139public override readonly bool Equals([NotNullWhen(true)] object? obj) => obj is Point && Equals((Point)obj);
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListView\ListViewItem.cs (2)
639if (!value.Equals(_position)) 1305private bool ShouldSerializePosition() => !_position.Equals(new Point(-1, -1));
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1771return !_padding.Equals(s_defaultPaddingPoint);
System\Windows\Forms\GiveFeedbackEventArgs.cs (1)
91&& giveFeedbackEventArgs.CursorOffset.Equals(CursorOffset)
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (1)
471if (!altKeyPressed && mouseLoc.Equals(_lastMouseLoc))
System\Windows\Forms\Design\ComponentTray.cs (4)
1581else if (!c.Location.Equals(location)) 1760if (!c.Location.Equals(_mouseDropLocation)) 1833if (!c.Location.Equals(newLoc)) 1869if (!c.Location.Equals(newLoc))
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (1)
792if (mouseLocation.Equals(_lastMouseLocation)