SourceLocation.Equality(SourceLocation, SourceLocation) Operator
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Bestimmt, ob die Operanden gleich sind.
public:
static bool operator ==(Microsoft::AspNetCore::Razor::SourceLocation left, Microsoft::AspNetCore::Razor::SourceLocation right);
public static bool operator == (Microsoft.AspNetCore.Razor.SourceLocation left, Microsoft.AspNetCore.Razor.SourceLocation right);
static member ( = ) : Microsoft.AspNetCore.Razor.SourceLocation * Microsoft.AspNetCore.Razor.SourceLocation -> bool
Public Shared Operator == (left As SourceLocation, right As SourceLocation) As Boolean
Parameter
- left
- SourceLocation
Der linke Operand.
- right
- SourceLocation
Der rechte Operand.
Gibt zurück
true
, wenn left
und right
gleich sind.