RequestId.Inequality(RequestId, RequestId) Operador

Definición

Comprueba la desigualdad entre dos RequestId valores.

public static bool operator != (StreamJsonRpc.RequestId first, StreamJsonRpc.RequestId second);
static member op_Inequality : 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

false si los valores son iguales; true Lo contrario.

Se aplica a