다음을 통해 공유


ServiceMoniker.Equality(ServiceMoniker, ServiceMoniker) 연산자

정의

같음 비교 연산자입니다.

public:
 static bool operator ==(Microsoft::ServiceHub::Framework::ServiceMoniker ^ left, Microsoft::ServiceHub::Framework::ServiceMoniker ^ right);
public static bool operator == (Microsoft.ServiceHub.Framework.ServiceMoniker? left, Microsoft.ServiceHub.Framework.ServiceMoniker? right);
static member ( = ) : Microsoft.ServiceHub.Framework.ServiceMoniker * Microsoft.ServiceHub.Framework.ServiceMoniker -> bool
Public Shared Operator == (left As ServiceMoniker, right As ServiceMoniker) As Boolean

매개 변수

left
ServiceMoniker

왼쪽 피연산자입니다.

right
ServiceMoniker

오른쪽 피연산자입니다.

반환

true 왼쪽 및 오른쪽 피연산자와 같으면 입니다.

적용 대상