Click or drag to resize
ObjectArrayComparerT Class
Object array comparer. Compares 2 lists just by string at index set in ComparableIndex property.
Inheritance Hierarchy
SystemObject
  CMS.HelpersObjectArrayComparerT

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

Type Parameters

T

The ObjectArrayComparerT 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