AssertReply.Exact Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur indiquant si le texte doit correspondre exactement.
public bool Exact { get; set; }
member this.Exact : bool with get, set
Public Property Exact As Boolean
Valeur de propriété
si la valeur est true, puis la correspondance exacte, si la valeur est false, il s’agit alors d’une correspondance Contains.