Click or drag to resize
NumericCompareToFieldValidationRuleTValueValidate Method
Validates that the values are in specified relationship.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
protected override bool Validate(
	TValue value
)

Parameters

value
Type: TValue
Value of the field validated against.

Return Value

Type: Boolean
True if valid, otherwise false.
See Also