StepResult.Row.ItemByItemComparer.GetHashCode(StepResult+Row) Method

Definition

Returns a hash code for the specified table row.

public int GetHashCode (Microsoft.Hpc.Diagnostics.Helpers.StepResult.Row obj);
override this.GetHashCode : Microsoft.Hpc.Diagnostics.Helpers.StepResult.Row -> int
Public Function GetHashCode (obj As StepResult.Row) As Integer

Parameters

obj
StepResult.Row

A StepResult.RowItem object that corresponds to the row for which you want to obtain a hash code.

Returns

A Int32 object that contains the hash code.

Implements

Applies to