menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BookMarkIndexSearch - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BookMarkIndexSearch

    Represents a class that is used as a comparer for Bookmarks to search by index.

    Inheritance
    System.Object
    BookMarkIndexSearch
    Implements
    System.Collections.IComparer
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Edit.Utils
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class BookMarkIndexSearch : IComparer

    Constructors

    BookMarkIndexSearch()

    Declaration
    public BookMarkIndexSearch()

    Methods

    Compare(Object, Object)

    Helps to compare bookmarks.

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

    First bookmark.

    System.Object y

    Second bookmark.

    Returns
    Type Description
    System.Int32

    Standard comparing result.

    Implements

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