ComponentOne List for WinForms
C1.Win.C1List Namespace / MatchCompareEnum Enumeration

In This Topic
    MatchCompareEnum Enumeration
    In This Topic
    The comparation methods while searching the column.
    Syntax
    'Declaration
     
    
    Public Enum MatchCompareEnum 
       Inherits System.Enum
    public enum MatchCompareEnum : System.Enum 
    Members
    MemberDescription
    EqualUsed to search for strings, numbers and dates that are equal to the stated value.
    GreaterThanUsed to search for strings, numbers and dates that are greater than the stated value.
    GreaterThanOrEqualUsed to search for strings, numbers and dates that are greater than or equal to the stated value.
    IncludeEqualUsed to match a string inside another string.
    LessThanUsed to search for strings, numbers and dates that are less than the stated value.
    LessThanOrEqualUsed to search for strings, numbers and dates that are less than or equal to the stated value.
    PartiallyEqualThe PartiallyEqual is the default mode, which is the same as incremental search
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1List.MatchCompareEnum

    See Also