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