GeneratedClassContext.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 GeneratedClassContext object are equal.
public static bool operator ==(System.Web.Razor.Generator.GeneratedClassContext left, System.Web.Razor.Generator.GeneratedClassContext right);
static member ( = ) : System.Web.Razor.Generator.GeneratedClassContext * System.Web.Razor.Generator.GeneratedClassContext -> bool
Public Shared Operator == (left As GeneratedClassContext, right As GeneratedClassContext) As Boolean
Parameters
The first object to compare.
- right
- GeneratedClassContext
The second object to compare.
Returns
true if the two GeneratedClassContext object are equal; otherwise, false.