IPPacketInformation.GetHashCode 方法

定义

返回此实例的哈希代码。Returns the hash code for this instance.

public:
 override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

返回

Int32

Int32 哈希代码。An Int32 hash code.

注解

哈希代码是从和属性的值构造 Address 而来的 InterfaceThe hash code is constructed from the values of the Address and Interface properties.

适用于