ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearThumbnailPage Class / GetHashCode Method




In This Topic
    GetHashCode Method (ImGearThumbnailPage)
    In This Topic
    Serves as a hash function.
    Syntax
    'Declaration
     
    Public Overrides Function GetHashCode() As Integer
    'Usage
     
    Dim instance As ImGearThumbnailPage
    Dim value As Integer
     
    value = instance.GetHashCode()
    public override int GetHashCode()
    public: int GetHashCode(); override 
    public:
    int GetHashCode(); override 

    Return Value

    A hash code for the ImGearThumbnailPage.
    See Also