ListItemComparer class

Represents the comparer for two ListItem objects Implements the System.Collections.Generic.IEqualityComparer'1

public class Korzh.EasyQuery.Services.ListItemComparer
    : IEqualityComparer<ListItem>

Package: Korzh.EasyQuery (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.dll

Constructors

Name Type Description
ListItemComparer() void

Methods

Name Type Description
Equals(ListItem x, ListItem y) bool Determines whether the specified objects are equal.
GetHashCode(ListItem obj) int Returns a hash code for this instance.