IPPacketInformation::GetHashCode Method ()

 

Returns the hash code for this instance.

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

public:
virtual int GetHashCode() override

Return Value

Type: System::Int32

An Int32 hash code.

The hash code is constructed from the values of the Address and Interface properties.

.NET Framework
Available since 2.0
Return to top
Show: