menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotEngineSerialization.CustomComparer - API Reference

    Show / Hide Table of Contents

    Class PivotEngineSerialization.CustomComparer

    Pivot Engine Comparer class.

    Inheritance
    System.Object
    PivotEngineSerialization.CustomComparer
    Implements
    System.Collections.IComparer
    Namespace: Syncfusion.XlsIO.Implementation.XmlSerialization.PivotTables
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class CustomComparer : Object, 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 - 2023 Syncfusion Inc. All Rights Reserved