Class PivotEngineSerialization.CustomComparer
Pivot Engine Comparer class.
Inheritance
System.Object
PivotEngineSerialization.CustomComparer
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: Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class CustomComparer : IComparer
Constructors
CustomComparer()
Declaration
public CustomComparer()
Methods
Compare(Object, Object)
Initializes a new instance of CustomComparer class.
Declaration
public int Compare(object a, object b)
Parameters
Type | Name | Description |
---|---|---|
System.Object | a | The object to compare. |
System.Object | b | The object to be compared with. |
Returns
Type | Description |
---|---|
System.Int32 | Boolean vaue indicating the comaprison results. |
Implements
System.Collections.IComparer