alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class TokenStream.ArrayLengthComparer

    This class helps users to sort arrays by Length property value.

    Inheritance
    System.Object
    TokenStream.ArrayLengthComparer
    Implements
    System.Collections.IComparer
    Namespace: Syncfusion.HTMLUI.Base
    Assembly: Syncfusion.HTMLUI.Base.dll
    Syntax
    protected class ArrayLengthComparer : Object, IComparer

    Constructors

    ArrayLengthComparer()

    Declaration
    public ArrayLengthComparer()

    Methods

    Compare(Object, Object)

    Compares two Array classes by Length property values.

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

    first parameter

    System.Object y

    second parameter

    Returns
    Type Description
    System.Int32

    0 - if equal; -1 if x is less than y; 1 if x is greater than y

    Implements

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