WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TokenStream.CaseInsensCharComparer - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TokenStream.CaseInsensCharComparer

    Class provide functionality for comparing two chars... Class fix Microsoft bug: case insensitive help provided only for strings...

    Inheritance
    System.Object
    TokenStream.CaseInsensCharComparer
    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.IO
    Assembly: Syncfusion.MIME.Base.dll
    Syntax
    protected class CaseInsensCharComparer : IComparer

    Constructors

    CaseInsensCharComparer()

    Declaration
    public CaseInsensCharComparer()

    Methods

    Compare(Object, Object)

    Method compare too chars by it value - case insensitive

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

    first value

    System.Object y

    second value

    Returns
    Type Description
    System.Int32

    0 - if equel, -1 if x less y, 1 if x greater y

    Implements

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