ContentType.GetHashCode 方法

定义

确定指定 ContentType 对象的哈希代码。Determines the hash code of the specified ContentType object.

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

返回

Int32

整数哈希值。An integer hash value.

适用于