Validator.EqualsTo(String, String) Method

Definition

Defines a validation test that test user input against the value of another field.

public static System.Web.WebPages.IValidator EqualsTo (string otherFieldName, string errorMessage = default);
static member EqualsTo : string * string -> System.Web.WebPages.IValidator
Public Shared Function EqualsTo (otherFieldName As String, Optional errorMessage As String = null) As IValidator

Parameters

otherFieldName
String

The other field to compare.

errorMessage
String

The error message to display if validation fails.

Returns

The validation test.

Applies to