次の方法で共有


OpenTypeMethods.AndAlso(Object, Object) メソッド

定義

2 つの式の間の論理 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 演算の結果。

適用対象