Compartilhar via


Validator.EqualsTo(String, String) Método

Definição

Define um teste de validação que verifica a entrada do usuário em relação ao valor de outro campo.

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

Parâmetros

otherFieldName
String

O outro campo a comparar.

errorMessage
String

A mensagem de erro a ser exibida se a validação falhar.

Retornos

O teste de validação.

Aplica-se a