DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotKey Class / GetHashCode Method

In This Topic
    GetHashCode Method (PivotKey)
    In This Topic
    Serves as a hash function for a PivotKey object.
    Syntax
    'Declaration
     
    Public Overrides Function GetHashCode() As Integer
    public override int GetHashCode()

    Return Value

    An integer that serves as a hash function for a PivotKey object.
    See Also