Freigeben über


OpenXmlAttribute.Equals-Methode (OpenXmlAttribute)

Compares two OpenXmlAttribute structures for equality.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Function Equals ( _
    other As OpenXmlAttribute _
) As Boolean
'Usage
Dim instance As OpenXmlAttribute
Dim other As OpenXmlAttribute
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    OpenXmlAttribute other
)

Parameter

Rückgabewert

Typ: System.Boolean
true if instances are equal; otherwise, false.

Implementiert

IEquatable<T>.Equals(T)

Siehe auch

Referenz

OpenXmlAttribute Struktur

OpenXmlAttribute-Member

Equals Überladung

DocumentFormat.OpenXml-Namespace