RequestId.Equality(RequestId, RequestId) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tests equality between two RequestId values.
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
Parameters
- first
- RequestId
The first value.
- second
- RequestId
The second value.
Returns
true
if the values are equal; false
otherwise.