RequestId.Inequality(RequestId, RequestId) 연산자

정의

RequestId 값 간의 같지 않음을 테스트합니다.

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

매개 변수

first
RequestId

첫 번째 값입니다.

second
RequestId

두 번째 값입니다.

반환

false 값이 같으면 이고, true 그렇지 않으면.

적용 대상