OpenXmlAttribute.Equality(OpenXmlAttribute, OpenXmlAttribute) 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.
Détermine si deux instances de structures OpenXmlAttribute sont égales.
public static bool operator == (DocumentFormat.OpenXml.OpenXmlAttribute attribute1, DocumentFormat.OpenXml.OpenXmlAttribute attribute2);
static member ( = ) : DocumentFormat.OpenXml.OpenXmlAttribute * DocumentFormat.OpenXml.OpenXmlAttribute -> bool
Public Shared Operator == (attribute1 As OpenXmlAttribute, attribute2 As OpenXmlAttribute) As Boolean
Paramètres
- attribute1
- OpenXmlAttribute
Première instance d’une structure OpenXmlAttribute.
- attribute2
- OpenXmlAttribute
Deuxième instance d’une structure OpenXmlAttribute.
Retours
Retourne true si tous les membres correspondants sont égaux ; sinon, retourne false.