Share via


OpenXmlAttribute.GetHashCode Method

Gets a hash code for this OpenXmlAttribute structure.

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

Syntax

'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As OpenXmlAttribute
Dim returnValue As Integer

returnValue = instance.GetHashCode()
public override int GetHashCode()

Return Value

Type: System.Int32
A hash code for this OpenXmlAttribute structure.

See Also

Reference

OpenXmlAttribute Structure

OpenXmlAttribute Members

DocumentFormat.OpenXml Namespace