HtmlWindow.Equality(HtmlWindow, HtmlWindow) Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Teste si les deux objets HtmlWindow sont égaux.
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
Paramètres
- left
- HtmlWindow
Premier objet HtmlWindow.
- right
- HtmlWindow
Second objet HtmlWindow.
Retours
true
si les deux paramètres sont null
ou si les deux éléments ont la même interface COM sous-jacente ; sinon, false
.
Remarques
L’opérateur d’égalité teste les IUnknown
pointeurs des objets COM sous-jacents encapsulés par les classes fournies HtmlWindow .
La méthode équivalente pour cet opérateur est HtmlWindow.Equals(Object)