ServiceMoniker.Inequality(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 op_Inequality : 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 왼쪽 피연산자와 오른쪽 피연산자 가 다르면 입니다.

적용 대상