Partager via


OpenXmlAttribute.Equality(OpenXmlAttribute, OpenXmlAttribute) Opérateur

Définition

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.

S’applique à