SizeF.GetHashCode 方法
定义
返回此 Size 结构的哈希代码。Returns a hash code for this Size structure.
public:
override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer
返回
- Int32
一个整数值,指定此 Size 结构的哈希值。An integer value that specifies a hash value for this Size structure.
适用于