HtmlDocument::Equality Operator (HtmlDocument^, HtmlDocument^)

 
Use BaseTrueequivalentCodeEntityM:System.Windows.Forms.HtmlDocument.Equals(System.Object)

Returns a value that indicates whether the specified HtmlDocument instances represent the same value.

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

public:
static bool operator ==(
	HtmlDocument^ left,
	HtmlDocument^ right
)

Parameters

left
Type: System.Windows.Forms::HtmlDocument^

The first instance to compare.

right
Type: System.Windows.Forms::HtmlDocument^

The second instance to compare.

Return Value

Type: System::Boolean

true if the specified instances are equal; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: