次の方法で共有


AssertReply.Exact プロパティ

定義

テキストが完全に一致するかどうかを示す値を取得または設定します。

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

プロパティ値

true の場合は完全一致、false の場合は Contains の一致になります。

適用対象