Base:
method
Equals
System.Object.Equals(System.Object)
3 references to Equals
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (2)
2095if (!resolvedCursor.Equals(value)) { 3870if (checkCursor && oldCursor.Equals(Cursor)) {
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3691if (LinkCursor && !Cursor.Equals(Cursors.WaitCursor)) {