Sdílet prostřednictvím


RequestId.Inequality(RequestId, RequestId) Operátor

Definice

Testuje nerovnost mezi dvěma RequestId hodnotami.

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

Parametry

first
RequestId

První hodnota.

second
RequestId

Druhá hodnota.

Návraty

false pokud jsou hodnoty stejné; true Jinak.

Platí pro