IpAddressProvisioningType.Inequality Operator

Definition

Determines if two IpAddressProvisioningType values are not the same.

public static bool operator !=(Azure.Compute.Batch.IpAddressProvisioningType left, Azure.Compute.Batch.IpAddressProvisioningType right);
static member op_Inequality : Azure.Compute.Batch.IpAddressProvisioningType * Azure.Compute.Batch.IpAddressProvisioningType -> bool
Public Shared Operator != (left As IpAddressProvisioningType, right As IpAddressProvisioningType) As Boolean

Parameters

left
IpAddressProvisioningType

The left value to compare.

right
IpAddressProvisioningType

The right value to compare.

Returns

Applies to