OpenXmlAttribute.Equals Method (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
)
Parameters
- other
Type: DocumentFormat.OpenXml.OpenXmlAttribute
The instance of OpenXmlAttribute to compare to this instance.
Return Value
Type: System.Boolean
true if instances are equal; otherwise, false.