Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CompareStringValidatorOperator Enumeration


In This Topic
    CompareStringValidatorOperator Enumeration
    In This Topic
    Defines the operators which are used to compare strings.
    Syntax
    'Declaration
     
    Public Enum CompareStringValidatorOperator 
       Inherits System.Enum
    'Usage
     
    Dim instance As CompareStringValidatorOperator
    public enum CompareStringValidatorOperator : System.Enum 
    Members
    MemberDescription
    Contains Specifies that the first string contains the second string.
    EndsWith Specifies that the first string ends with the second string.
    Equals Specifies that the two strings are equal.
    NotEquals Specifies that the two strings are not equal.
    StartsWith Specifies that the first string starts with the second string.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.CompareStringValidatorOperator

    See Also