次の方法で共有


TextChange.Inequality(TextChange, TextChange) Operator

定義

この型/メンバーは、.NET Framework インフラストラクチャをサポートしており、コードから直接使用することを意図したものではありません。2 つのテキスト変更が等しくないかどうかを判断します。

public static bool operator !=(System.Web.Razor.Text.TextChange left, System.Web.Razor.Text.TextChange right);
static member op_Inequality : System.Web.Razor.Text.TextChange * System.Web.Razor.Text.TextChange -> bool
Public Shared Operator != (left As TextChange, right As TextChange) As Boolean

パラメーター

left
TextChange

左側のテキスト変更。

right
TextChange

右側のテキスト変更。

戻り値

2 つのテキスト変更が等しくない場合は true。それ以外の場合は false。

適用対象