Compartilhar via


OpenXmlAttribute.Equality(OpenXmlAttribute, OpenXmlAttribute) Operador

Definição

Determina se duas instâncias de estruturas OpenXmlAttribute são iguais.

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

Parâmetros

attribute1
OpenXmlAttribute

A primeira instância de uma estrutura OpenXmlAttribute.

attribute2
OpenXmlAttribute

A segunda instância de uma estrutura OpenXmlAttribute.

Retornos

Retorna true se todos os membros correspondentes forem iguais; caso contrário, retorna false.

Aplica-se a