Share via


AssertReply.Exact Property

Definition

Gets or sets a value indicating whether text should be an exact match.

public bool Exact { get; set; }
member this.Exact : bool with get, set
Public Property Exact As Boolean

Property Value

if true, then exact match, if false, then it will be a Contains match.

Applies to