GacInstalled.GetHashCode 方法

定义

返回当前对象的哈希代码。

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

返回

当前对象的哈希代码。

注解

该方法 GetHashCode 返回 0(零),因为 GacInstalled 对象没有属性来区分彼此。

适用于