RequestId.Inequality(RequestId, RequestId) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.