Spread Windows Forms 17
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
    ContainsSpecifies that the first string contains the second string.
    EndsWithSpecifies that the first string ends with the second string.
    EqualsSpecifies that the two strings are equal.
    NotEqualsSpecifies that the two strings are not equal.
    StartsWithSpecifies that the first string starts with the second string.
    Inheritance Hierarchy

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

    See Also