In This Topic

GetHashCode Method (GdPictureColor)

In This Topic
Serves as the default hash function.
Syntax
'Declaration
 
Public Overrides Function GetHashCode() As Integer
public override int GetHashCode()
public function GetHashCode(): Integer; override; 
public override function GetHashCode() : int;
public: int GetHashCode(); override 
public:
int GetHashCode(); override 

Return Value

A hash code for the current object.
See Also