RequestId.Equality(RequestId, RequestId) 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
测试两 RequestId 个值之间的相等性。
public static bool operator == (StreamJsonRpc.RequestId first, StreamJsonRpc.RequestId second);
static member ( = ) : StreamJsonRpc.RequestId * StreamJsonRpc.RequestId -> bool
Public Shared Operator == (first As RequestId, second As RequestId) As Boolean
参数
- first
- RequestId
第一个值。
- second
- RequestId
第二个值。
返回
true
如果值相等,则为 false
否则。