AssertReply.Exact 属性

定义

获取或设置一个值,该值指示文本是否应完全匹配。

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

属性值

如果为 true,则完全匹配,如果为 false,则为 Contains 匹配。

适用于