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
否則。