SourceLocation.Inequality(SourceLocation, SourceLocation) Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si les opérandes ne sont pas é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 op_Inequality : 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
ne sont pas égaux.