Implemented interface member:
9 references to Equals
System.Drawing.Primitives (1)
System\Drawing\Rectangle.cs (1)
159
public override readonly bool Equals([NotNullWhen(true)] object? obj) => obj is Rectangle &&
Equals
((Rectangle)obj);
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
1806
if (!intersect.
Equals
(posRect))
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
4549
if (!oldResizeRect.
Equals
(_layout.ResizeBoxRect) && !_layout.ResizeBoxRect.IsEmpty)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
916
if (!targetRectangle.
Equals
(rectCur))
System\Windows\Forms\Form.cs (1)
1161
if (!value.
Equals
(MaximizedBounds))
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\CommandSet.cs (1)
3331
if (pasteControlBounds.
Equals
(childBounds))
System\Windows\Forms\Design\SelectionUIService.cs (1)
683
if (!old.
Equals
(_mouseDragOffset))
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (2)
509
if (_outerRect.IsEmpty || !_outerRect.
Equals
(rcOuterNew))
527
sizeChanged = _outerRect.IsEmpty || !_outerRect.
Equals
(rcNew);