ListItemComparer class

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

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

Methods

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