HtmlWindow.Equality(HtmlWindow, HtmlWindow) Operatör

Tanım

İki HtmlWindow nesneyi eşitlik için test eder.

public:
 static bool operator ==(System::Windows::Forms::HtmlWindow ^ left, System::Windows::Forms::HtmlWindow ^ right);
public static bool operator == (System.Windows.Forms.HtmlWindow left, System.Windows.Forms.HtmlWindow right);
public static bool operator == (System.Windows.Forms.HtmlWindow? left, System.Windows.Forms.HtmlWindow? right);
static member ( = ) : System.Windows.Forms.HtmlWindow * System.Windows.Forms.HtmlWindow -> bool
Public Shared Operator == (left As HtmlWindow, right As HtmlWindow) As Boolean

Parametreler

left
HtmlWindow

İlk HtmlWindow nesne.

right
HtmlWindow

İkinci HtmlWindow nesne.

Döndürülenler

true her iki parametre nullde ise veya her iki öğe de aynı temel COM arabirimine sahipse; değilse, false.

Açıklamalar

Eşitlik işleci IUnknown , sağlanan HtmlWindow sınıflar tarafından sarmalanan temel COM nesnelerinin işaretçilerini test eder.

Bu işleç için eşdeğer yöntem şudur: HtmlWindow.Equals(Object)

Şunlara uygulanır