Spread Windows Forms 12.0 Product Documentation
CompareStringValidatorOperator Enumeration


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : CompareStringValidatorOperator Enumeration
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

Reference

FarPoint.Win.Spread Namespace