SystemTargetGrainId.LessThan(SystemTargetGrainId, SystemTargetGrainId) 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.
Compare les opérandes fournis et retourne true
si l’opérande gauche est inférieur à l’opérande droit; sinon false
.
public static bool operator < (Orleans.Runtime.SystemTargetGrainId left, Orleans.Runtime.SystemTargetGrainId right);
static member ( < ) : Orleans.Runtime.SystemTargetGrainId * Orleans.Runtime.SystemTargetGrainId -> bool
Public Shared Operator < (left As SystemTargetGrainId, right As SystemTargetGrainId) As Boolean
Paramètres
- left
- SystemTargetGrainId
Opérande de gauche.
- right
- SystemTargetGrainId
Opérande de droite.
Retours
true
si l’opérande gauche est inférieur à l’opérande de droite, sinon false
.