TextChange.Inequality(TextChange, TextChange) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.