[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CompareStringValidator.Validate

Validate Method

Validate(ValidateActionContext)

Validates whether the specified value and compared value satisfy the given comparison relationship.

Declaration
protected override bool Validate(ValidateActionContext context)
Protected Overrides Function Validate(context As ValidateActionContext) As Boolean
Parameters
Type Name Description
ValidateActionContext context

A ValidateActionContext value that indicates which value is validated, and that contains relative context information.

Returns
Type Description
bool

true if is validated; false otherwise

Overrides