Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / BarcodeSizeOptions Class / GetHashCode Method

In This Topic
    GetHashCode Method (BarcodeSizeOptions)
    In This Topic
    Calculates and retrieves a hash code based on the current values of specified options.
    Syntax
    'Declaration
     
    Public Overrides Function GetHashCode() As Integer
    public override int GetHashCode()

    Return Value

    A hash code for the current object.
    See Also