RequestId.Inequality(RequestId, RequestId) 运算符

定义

测试两 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

第二个值。

返回

false 如果值相等,则为 true 否则。

适用于