Share via


RequestId.Inequality(RequestId, RequestId) Operator

Definition

Tests inequality between two RequestId values.

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

Parameters

first
RequestId

The first value.

second
RequestId

The second value.

Returns

false if the values are equal; true otherwise.

Applies to