<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapKey Class / GetHashCode Method

In This Topic
    GetHashCode Method (C1OlapKey)
    In This Topic
    Serves as a hash function for a C1OlapKey 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 C1OlapKey object.
    See Also