HtmlElement.Inequality(HtmlElement, HtmlElement) 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.
Compare deux objets HtmlElement pour déterminer s'ils sont différents.
public:
static bool operator !=(System::Windows::Forms::HtmlElement ^ left, System::Windows::Forms::HtmlElement ^ right);
public static bool operator != (System.Windows.Forms.HtmlElement left, System.Windows.Forms.HtmlElement right);
static member op_Inequality : System.Windows.Forms.HtmlElement * System.Windows.Forms.HtmlElement -> bool
Public Shared Operator != (left As HtmlElement, right As HtmlElement) As Boolean
Paramètres
- left
- HtmlElement
Première HtmlElement.
- right
- HtmlElement
Deuxième HtmlElement.
Retours
true
si un seul élément est null
ou si les deux objets ne sont pas égaux ; sinon, false
.
Remarques
La méthode équivalente pour cet opérateur est la négation de HtmlElement.Equals