Share via


OpenXmlAttribute.Inequality(OpenXmlAttribute, OpenXmlAttribute) Operator

Definition

Determines if two instances of OpenXmlAttribute structures are not equal.

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

Parameters

attribute1
OpenXmlAttribute

The first instance of an OpenXmlAttribute structure.

attribute2
OpenXmlAttribute

The second instance of an OpenXmlAttribute structure.

Returns

Returns true if some corresponding members are different; otherwise, returns false.

Applies to