LinkArea::Equals Method (Object^)

 

Determines whether this LinkArea is equal to the specified object.

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

public:
virtual bool Equals(
	Object^ o
) override

Parameters

o
Type: System::Object^

The object to compare to this LinkArea.

Return Value

Type: System::Boolean

true if the specified object is equal to the current LinkArea; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: