Base:
3 references to Equals
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (2)
1589if (!resolvedCursor.Equals(value)) 3079if (checkCursor && oldCursor!.Equals(Cursor))
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
3483if (LinkCursor && !Cursor.Equals(Cursors.WaitCursor))