Freigeben über


CloudServicesNetworkEnableDefaultEgressEndpoints.Inequality Operator

Definition

Overriding != operator for enum CloudServicesNetworkEnableDefaultEgressEndpoints

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

Parameters

e1
CloudServicesNetworkEnableDefaultEgressEndpoints

the value to compare against e2

e2
CloudServicesNetworkEnableDefaultEgressEndpoints

the value to compare against e1

Returns

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

Applies to