Share via


TextChange.Inequality(TextChange, TextChange) Operator

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the two text change are not equal.

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

Parameters

left
TextChange

The left text change.

right
TextChange

The right text change.

Returns

true if the two text change are not equal; otherwise, false.

Applies to