Sdílet prostřednictvím


RequestId.Equality(RequestId, RequestId) Operátor

Definice

Testuje rovnost mezi dvěma RequestId hodnotami.

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

Parametry

first
RequestId

První hodnota.

second
RequestId

Druhá hodnota.

Návraty

true pokud jsou hodnoty stejné; false Jinak.

Platí pro