共用方式為


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 如果左右操作數不同,則為 。

適用於