ImageGear .NET MP v27.0 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRGBQuad Structure / GetHashCode Method




In This Topic
    GetHashCode Method
    In This Topic
    Generates a hash code for the current object.
    Syntax
    'Declaration
     
    Public Overrides Function GetHashCode() As Integer
    'Usage
     
    Dim instance As ImGearRGBQuad
    Dim value As Integer
     
    value = instance.GetHashCode()
    public override int GetHashCode()
    public: int GetHashCode(); override 
    public:
    int GetHashCode(); override 

    Return Value

    The hash code for the current object.
    See Also