Base:
4 references to Equals
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (2)
1501if (!resolvedCursor.Equals(value)) 2991if (checkCursor && oldCursor!.Equals(Cursor))
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
3455if (LinkCursor && !Cursor.Equals(Cursors.WaitCursor))
System.Windows.Forms.Tests (1)
System\Windows\Forms\CursorTests.cs (1)
463Assert.Equal(expected, cursor.Equals(obj));