[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CompareStringValidatorOperator

CompareStringValidatorOperator Enum

Defines the operators which are used to compare strings.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public enum CompareStringValidatorOperator
Public Enum CompareStringValidatorOperator

Fields

Name Description
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.