Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document 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