BaseCompareValidator Constructor

Definition

Initializes a new instance of the BaseCompareValidator class.

protected:
 BaseCompareValidator();
protected BaseCompareValidator ();
Protected Sub New ()

Remarks

Because the BaseCompareValidator class is abstract, you cannot create a BaseCompareValidator object directly. This constructor is commonly called by the constructor of a derived class to initialize the properties defined in the BaseCompareValidator class.

Applies to

See also