ValidationResult.GetHashCode 方法

定义

获取与 ValidationResult 关联的哈希代码及其 PrintTicket 和打印流。

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

返回

当前 ValidationResult 的哈希代码。

适用于