WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class IntComparer

    Show / Hide Table of Contents

    Class IntComparer

    Inheritance
    System.Object
    IntComparer
    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.PivotAnalysis.Base
    Assembly: Syncfusion.PivotAnalysis.Base.dll
    Syntax
    public class IntComparer : IComparer

    Constructors

    IntComparer()

    Declaration
    public IntComparer()

    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
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved