Share via


GeneratedCodeMapping.Equality 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 the same value.

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

Parameters

left
GeneratedCodeMapping

The left generated code mapping objects.

right
GeneratedCodeMapping

The right generated code mapping objects.

Returns

true if the two specified generated code mapping objects have the same value; otherwise, false.

Applies to