LineMapping.Equality(LineMapping, LineMapping) 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.
public:
static bool operator ==(Microsoft::AspNetCore::Razor::CodeGenerators::LineMapping ^ left, Microsoft::AspNetCore::Razor::CodeGenerators::LineMapping ^ right);
public static bool operator == (Microsoft.AspNetCore.Razor.CodeGenerators.LineMapping left, Microsoft.AspNetCore.Razor.CodeGenerators.LineMapping right);
static member ( = ) : Microsoft.AspNetCore.Razor.CodeGenerators.LineMapping * Microsoft.AspNetCore.Razor.CodeGenerators.LineMapping -> bool
Public Shared Operator == (left As LineMapping, right As LineMapping) As Boolean
Parameters
- left
- LineMapping
- right
- LineMapping