Freigeben über


OpenXmlAttribute.Equals-Methode (Object)

Determines whether the specified Object is a OpenXmlAttribute structure and if so, whether the specified Object are equal to this OpenXmlAttribute structure.

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

Syntax

'Declaration
Public Overrides Function Equals ( _
    obj As Object _
) As Boolean
'Usage
Dim instance As OpenXmlAttribute
Dim obj As Object
Dim returnValue As Boolean

returnValue = instance.Equals(obj)
public override bool Equals(
    Object obj
)

Parameter

Rückgabewert

Typ: System.Boolean
true if the instances are equal; otherwise, false. true if o (the passed Object) is a OpenXmlAttribute structure and if it is also identical to this OpenXmlAttribute structure; otherwise, false.

Siehe auch

Referenz

OpenXmlAttribute Struktur

OpenXmlAttribute-Member

Equals Überladung

DocumentFormat.OpenXml-Namespace