次の方法で共有


RequestId.Inequality(RequestId, RequestId) Operator

定義

2 つの RequestId 値の間の不等値をテストします。

public static bool operator != (StreamJsonRpc.RequestId first, StreamJsonRpc.RequestId second);
static member op_Inequality : StreamJsonRpc.RequestId * StreamJsonRpc.RequestId -> bool
Public Shared Operator != (first As RequestId, second As RequestId) As Boolean

パラメーター

first
RequestId

最初の値。

second
RequestId

2 番目の値。

戻り値

false 値が等しい場合。 true それ以外の場合。

適用対象