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

In This Topic
    GetHashCode Method (RdlProp)
    In This Topic
    Gets the hash code for the current RdlProp. The hash value is calculated based on the current object's value.
    Syntax
    'Declaration
     
    Public Overrides Function GetHashCode() As Integer
    public override int GetHashCode()

    Return Value

    The hash code.
    See Also