ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotEngineSerialization.CustomComparer - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved