GeneratedCodeMapping.Inequality 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 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
- left
- GeneratedCodeMapping
- right
- GeneratedCodeMapping
The right generated code mapping objects.
Returns
true the two specified generated code mapping objects have different values; otherwise, false.