次の方法で共有


OpenXmlAttribute.Inequality(OpenXmlAttribute, OpenXmlAttribute) 演算子

定義

OpenXmlAttribute 構造体の 2 つのインスタンスが等しくないかどうかを判断します。

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

パラメーター

attribute1
OpenXmlAttribute

OpenXmlAttribute 構造体の最初のインスタンス。

attribute2
OpenXmlAttribute

OpenXmlAttribute 構造体の 2 番目のインスタンス。

戻り値

対応するメンバーが異なる場合は true を返します。それ以外の場合は false を返します。

適用対象