Show / Hide Table of Contents

Class ColumnComparer

Represents the comparer class that used for sorting the collection of columns.

Inheritance
System.Object
ColumnComparer
Implements
System.Collections.IComparer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FastReport.Data
Assembly: FastReport.OpenSource.dll
Syntax
public class ColumnComparer : IComparer

Methods

Compare(Object, Object)

Declaration
public int Compare(object x, object y)
Parameters
Type Name Description
System.Object x
System.Object y
Returns
Type Description
System.Int32

Implements

System.Collections.IComparer
Back to top Generated by DocFX