Click or drag to resize
ObjectArrayComparer Class
Object array comarer.
Inheritance Hierarchy
SystemObject
  CMS.HelpersObjectArrayComparer

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public class ObjectArrayComparer : IComparer

The ObjectArrayComparer type exposes the following members.

Constructors
  NameDescription
Public methodObjectArrayComparer
Top
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