Skip to content

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

NameTypeDescription
ListItemComparer()void
NameTypeDescription
Equals(ListItem x, ListItem y)boolDetermines whether the specified objects are equal.
GetHashCode(ListItem obj)intReturns a hash code for this instance.