Compartir a través de


RequestId.Equality(RequestId, RequestId) Operador

Definición

Comprueba la igualdad entre dos RequestId valores.

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

Parámetros

first
RequestId

Primer valor.

second
RequestId

Segundo valor.

Devoluciones

true si los valores son iguales; false Lo contrario.

Se aplica a