TextChange.Inequality(TextChange, TextChange) 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。确定两个文本更改是否不相等。
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
右文本更改。
返回
如果两个文本更改不相等,则为 true;否则为 false。