ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTThickness Structure / GetHashCode Method




In This Topic
    GetHashCode Method (ImGearARTThickness)
    In This Topic
    Returns the hash code of the structure.
    Syntax
    'Declaration
     
    Public Overrides Function GetHashCode() As Integer
    'Usage
     
    Dim instance As ImGearARTThickness
    Dim value As Integer
     
    value = instance.GetHashCode()
    public override int GetHashCode()
    public: int GetHashCode(); override 
    public:
    int GetHashCode(); override 

    Return Value

    A hash code for this instance of ImGearARTThickness.
    See Also