StepResult.Row.ItemByItemComparer Class

Definition

Defines methods to support comparing rows in a table for equality.

public class StepResult.Row.ItemByItemComparer : System.Collections.Generic.IEqualityComparer<Microsoft.Hpc.Diagnostics.Helpers.StepResult.Row>
type StepResult.Row.ItemByItemComparer = class
    interface IEqualityComparer<StepResult.Row>
Public Class StepResult.Row.ItemByItemComparer
Implements IEqualityComparer(Of StepResult.Row)
Inheritance
StepResult.Row.ItemByItemComparer
Implements

Constructors

StepResult.Row.ItemByItemComparer()

Initializes a new instance of the StepResult.Row.ItemByItemComparer class.

Methods

Equals(StepResult+Row, StepResult+Row)

Determines whether the specified table rows are equal.

GetHashCode(StepResult+Row)

Returns a hash code for the specified table row.

Applies to