共用方式為


OpenTypeMethods.AndAlso(Object, Object) 方法

定義

在兩個運算式之間執行邏輯 and 運算。

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

參數

left
Object

左邊的值。

right
Object

右邊的值。

傳回

邏輯 and 運算的結果。

適用於