OpenTypeMethods.AndAlso(Object, Object) Méthode
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.
Effectue une opération logique and entre deux expressions.
public:
static System::Object ^ AndAlso(System::Object ^ left, System::Object ^ right);
public static object AndAlso(object left, object right);
static member AndAlso : obj * obj -> obj
Public Shared Function AndAlso (left As Object, right As Object) As Object
Paramètres
- left
- Object
Valeur gauche.
- right
- Object
Valeur droite.
Retours
Résultat de l’opération logique and .