Share via


ApplicationSharingPolicy.Inequality Operator

Definition

Overriding != operator for enum ApplicationSharingPolicy

public static bool operator != (Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ApplicationSharingPolicy e1, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ApplicationSharingPolicy e2);
static member op_Inequality : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ApplicationSharingPolicy * Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ApplicationSharingPolicy -> bool
Public Shared Operator != (e1 As ApplicationSharingPolicy, e2 As ApplicationSharingPolicy) As Boolean

Parameters

e1
ApplicationSharingPolicy

the value to compare against e2

e2
ApplicationSharingPolicy

the value to compare against e1

Returns

true if the two instances are not equal to the same value

Applies to