OpenXmlAttribute.Equality(OpenXmlAttribute, OpenXmlAttribute) 演算子

定義

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

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

パラメーター

attribute1
OpenXmlAttribute

比較する最初の OpenXmlAttribute 構造体。

attribute2
OpenXmlAttribute

比較する 2 番目の OpenXmlAttribute 構造体。

戻り値

Boolean

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

適用対象