GeneratedCodeMapping.Equality 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 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.