RequestId.Equality(RequestId, RequestId) 연산자

정의

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

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

매개 변수

first
RequestId

첫 번째 값입니다.

second
RequestId

두 번째 값입니다.

반환

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

적용 대상