RequestId.Equality(RequestId, RequestId) 運算子

定義

測試兩 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 否則。

適用於