An NDoc Documented Class Library

CompareValidator Class

Compares the value entered by the user into an input control with the value entered into another input control or a constant value.

For a list of all members of this type, see CompareValidator Members.

System.Object
   MarshalByRefObject
      Component
         BaseValidator
            BaseCompareValidator
               CompareValidator

public class CompareValidator : BaseCompareValidator

Remarks

The CompareValidator compares the input control's value with a value specified by another control (ControlToCompare) or a constant value (ValueToCompare). Either ControlToCompare or ValueToCompare must be provided and, if both are, ControlToCompare is compared against.

Note If the input control's value does not match the type specified by BaseCompareValidator.Type the validation fails.

Requirements

Namespace: Genghis.Windows.Forms Namespace

Assembly: Genghis.dll

See Also

CompareValidator Members | Genghis.Windows.Forms Namespace