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
- other
Typ: DocumentFormat.OpenXml.OpenXmlAttribute
The instance of OpenXmlAttribute to compare to this instance.
Rückgabewert
Typ: System.Boolean
true if instances are equal; otherwise, false.