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