Click or drag to resize
ObjectArrayComparer<T> Class
Object array comparer. Compares 2 lists just by string at index set in ComparableIndex property.
Inheritance Hierarchy
System.Object
  CMS.Helpers.ObjectArrayComparer<T>

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public class ObjectArrayComparer<T> : IComparer<T>
where T : class, Object, IList<string>

Type Parameters

T

The ObjectArrayComparer< T> type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyComparableIndex
Gets or sets the comparison index in object array. Default is 1.
Top
Methods
  NameDescription
Public methodCompare
Compares two specified object arrays.
Top
See Also