Share via


RequestId.Equality(RequestId, RequestId) Operator

Definition

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.

Applies to