Screen::Equals Method (Object^)

 

Gets or sets a value indicating whether the specified object is equal to this Screen.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The object to compare to this Screen.

Return Value

Type: System::Boolean

true if the specified object is equal to this Screen; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: