Compartir a través de


OpenXmlAttribute.Inequality(OpenXmlAttribute, OpenXmlAttribute) Operador

Definición

Determina si dos instancias de estructuras OpenXmlAttribute no son iguales.

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

Primera instancia de una estructura OpenXmlAttribute.

attribute2
OpenXmlAttribute

Segunda instancia de una estructura OpenXmlAttribute.

Devoluciones

Devuelve true si algunos miembros correspondientes son diferentes; De lo contrario, devuelve false.

Se aplica a