dundas.linq.SequenceEqualityComparer Class

 

Inheritance Hierarchy

 
Class
   dundas.linq.IEqualityComparer
      dundas.linq.DefaultEqualityComparer
         dundas.linq.SequenceEqualityComparer
 

Constructors

 
  Name Description
init Initializes an instance of this class.
 
 

Properties

 
  Name Description
comparer Gets or sets an optional comparer to use other than the default to determine the equality of sequence elements.
 
 

Methods

 
  Name Description
equals Compares the items of two sequences for equality. Inherited from dundas.linq.IEqualityComparer.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
getHashCode Returns a 32-bit integer hash for the string representation of "obj". Inherited from dundas.linq.IEqualityComparer.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.