ServiceMoniker.Inequality(ServiceMoniker, ServiceMoniker) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inequality comparison operator.
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
Parameters
- left
- ServiceMoniker
Left operand.
- right
- ServiceMoniker
Right operand.
Returns
true
if the left and right operand are different.