WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ZOrderComparer - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ZOrderComparer

    Change the z-order of the nodes.

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

    Constructors

    ZOrderComparer()

    Declaration
    public ZOrderComparer()

    Methods

    Compare(Object, Object)

    Compares two objects and returns a value indicating whether one is less than, equal to or greater than the other.

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

    First object to compare.

    System.Object y

    Second object to compare.

    Returns
    Type Description
    System.Int32

    The value indicating whether one is less than, equal to or greater than the other.

    Implements

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