OpenTypeMethods.AndAlso(Object, Object) Méthode

Définition

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 .

S’applique à