StepResult.Row.ItemByItemComparer.Equals Method

Definition

Determines whether the specified table rows are equal.

public bool Equals (Microsoft.Hpc.Diagnostics.Helpers.StepResult.Row x, Microsoft.Hpc.Diagnostics.Helpers.StepResult.Row y);
override this.Equals : Microsoft.Hpc.Diagnostics.Helpers.StepResult.Row * Microsoft.Hpc.Diagnostics.Helpers.StepResult.Row -> bool
Public Function Equals (x As StepResult.Row, y As StepResult.Row) As Boolean

Parameters

x
StepResult.Row

A StepResult.RowItem object that corresponds to the first row that you want to compare.

y
StepResult.Row

A StepResult.RowItem object that corresponds to the second row that you want to compare.

Returns

A Boolean object. A True value indicates that the rows are equal. A False value indicates that the rows are not equal.

Implements

Applies to