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