BatchPoolIdentityType.Equality Operator

Definition

Determines if two BatchPoolIdentityType values are the same.

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