Cloud::GetHashCode Method ()

 

Overrides GetHashCode.

Namespace:   System.Net.PeerToPeer
Assembly:  System.Net (in System.Net.dll)

public:
virtual int GetHashCode() override

Return Value

Type: System::Int32

A hashcode for the current Object.

Two objects are considered equal if this method returns the same hashcode for both of them.

.NET Framework
Available since 3.5
Return to top
Show: