BatchPoolIdentityType.Inequality Operator

Definition

Determines if two BatchPoolIdentityType values are not the same.

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

Parameters

left
BatchPoolIdentityType

The left value to compare.

right
BatchPoolIdentityType

The right value to compare.

Returns

Applies to