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




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

    Return Value

    Integer value.
    See Also