Share via


GeneratedClassContext.Inequality 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 GeneratedClassContext object are not equal.

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

Parameters

left
GeneratedClassContext

The first object to compare.

right
GeneratedClassContext

The second object to compare.

Returns

true if the two GeneratedClassContext object are not equal; otherwise, false.

Applies to