Share via


TextChange.Equality(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 equal.

public static bool operator == (System.Web.Razor.Text.TextChange left, System.Web.Razor.Text.TextChange right);
static member ( = ) : 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 equal; otherwise, false.

Applies to