SourceLocation.Equality(SourceLocation, SourceLocation) Opérateur

Définition

Détermine si les opérandes sont égaux.

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

Paramètres

left
SourceLocation

Opérande de gauche.

right
SourceLocation

Opérande de droite.

Retours

true si left et right sont égaux.

S’applique à