Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CompareStringValidatorOperator Enumeration


CompareStringValidatorOperator Enumeration
Defines the operators which are used to compare strings.
Syntax
'Declaration
 
Public Enum CompareStringValidatorOperator 
   Inherits System.Enum
 
'Usage
 
Dim instance As CompareStringValidatorOperator
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