IpAddressProvisioningType.Equality Operator

Definition

Determines if two IpAddressProvisioningType values are the same.

public static bool operator ==(Azure.Compute.Batch.IpAddressProvisioningType left, Azure.Compute.Batch.IpAddressProvisioningType right);
static member ( = ) : 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