Share via


GeneratedCodeMapping.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 specified generated code mapping objects have different values.

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

Parameters

right
GeneratedCodeMapping

The right generated code mapping objects.

Returns

true the two specified generated code mapping objects have different values; otherwise, false.

Applies to