ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Length Structure / GetHashCode Method

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

    Return Value

    An System.Int32 value indicating the hash code for the current Length.
    See Also