Compartilhar via


OpenXmlAttribute.Inequality(OpenXmlAttribute, OpenXmlAttribute) Operador

Definição

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

public static bool operator != (DocumentFormat.OpenXml.OpenXmlAttribute attribute1, DocumentFormat.OpenXml.OpenXmlAttribute attribute2);
static member op_Inequality : 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 alguns membros correspondentes forem diferentes; caso contrário, retorna false.

Aplica-se a