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