Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / ReportSize Class / GetHashCode Method

In This Topic
    GetHashCode Method (ReportSize)
    In This Topic
    Gets the hash code for the current object, based on its value.
    Syntax
    'Declaration
     
    Public Overrides Function GetHashCode() As Integer
    public override int GetHashCode()

    Return Value

    The hash code.
    See Also