WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColorUIAdvGroupsCollection.Comparer

    Show / Hide Table of Contents

    Class ColorUIAdvGroupsCollection.Comparer

    Represents a class for comparing the color groups collection.

    Inheritance
    System.Object
    ColorUIAdvGroupsCollection.Comparer
    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.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class Comparer : IComparer

    Constructors

    Comparer()

    Declaration
    public Comparer()

    Methods

    Compare(Object, Object)

    Indicates whether the objects in ColorUIAdvGroupsCollection.Comparer are lessthan or greaterthan.

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

    The first object.

    System.Object y

    The second object.

    Returns
    Type Description
    System.Int32

    Implements

    System.Collections.IComparer
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved