Class RowEqualityComparer
Checks for reference equality. Use RowEqualityComparer.Instance
Inherited Members
System.Collections.Generic.EqualityComparer<NFX.DataAccess.CRUD.Row>.System.Collections.IEqualityComparer.Equals(System.Object, System.Object)
System.Collections.Generic.EqualityComparer<NFX.DataAccess.CRUD.Row>.System.Collections.IEqualityComparer.GetHashCode(System.Object)
System.Collections.Generic.EqualityComparer<NFX.DataAccess.CRUD.Row>.Default
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NFX.DataAccess.CRUD
Assembly: NFX.dll
Syntax
public sealed class RowEqualityComparer : EqualityComparer<Row>, IEqualityComparer<Row>, IEqualityComparer
Properties
Instance
Declaration
public static RowEqualityComparer Instance { get; }
Property Value
| Type | Description |
|---|---|
| RowEqualityComparer |
Methods
Equals(Row, Row)
Declaration
public override bool Equals(Row x, Row y)
Parameters
| Type | Name | Description |
|---|---|---|
| Row | x | |
| Row | y |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Overrides
System.Collections.Generic.EqualityComparer<NFX.DataAccess.CRUD.Row>.Equals(NFX.DataAccess.CRUD.Row, NFX.DataAccess.CRUD.Row)
GetHashCode(Row)
Declaration
public override int GetHashCode(Row row)
Parameters
| Type | Name | Description |
|---|---|---|
| Row | row |
Returns
| Type | Description |
|---|---|
| System.Int32 |
Overrides
System.Collections.Generic.EqualityComparer<NFX.DataAccess.CRUD.Row>.GetHashCode(NFX.DataAccess.CRUD.Row)
Implements
System.Collections.Generic.IEqualityComparer<T>
System.Collections.IEqualityComparer