RootProfilePropertySettingsCollection.GetHashCode 方法
定义
生成此集合的哈希代码。Generates a hash code for the collection.
public:
override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer
返回
当前对象的唯一整数哈希代码。Unique integer hash code for the current object.
注解
基类方法的重写。Override of base class method.