Screen::GetHashCode Method ()

 
Use BaseTrue

Computes and retrieves a hash code for an object.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual int GetHashCode() override

Return Value

Type: System::Int32

A hash code for an object.

This method implements the Object method.

.NET Framework
Available since 1.1
Return to top
Show: