LinkArea::Inequality Operator (LinkArea, LinkArea)

 

Returns a value indicating whether two instances of the LinkArea class are not equal.

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

public:
static bool operator !=(
	LinkArea linkArea1,
	LinkArea linkArea2
)

Parameters

linkArea1
Type: System.Windows.Forms::LinkArea

A LinkArea to compare.

linkArea2
Type: System.Windows.Forms::LinkArea

A LinkArea to compare.

Return Value

Type: System::Boolean

true if two instances of the LinkArea class are not equal; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: