Share via


ExtensionHandle.GetHashCode Method

Gets the HashCode for the ExtensionHandle, based on the ExtensionType and ConfigurationName.

Namespace:  Microsoft.Data.Schema.Extensibility
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

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

returnValue = instance.GetHashCode()
public override int GetHashCode()
public:
virtual int GetHashCode() override
public override function GetHashCode() : int

Return Value

Type: System.Int32
Int32 represents a hash for an ExtensionHandle object.

.NET Framework Security

See Also

Reference

ExtensionHandle Class

ExtensionHandle Members

Microsoft.Data.Schema.Extensibility Namespace