ImageVerificationType.Equality Operator

Definition

Determines if two ImageVerificationType values are the same.

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

Parameters

left
ImageVerificationType

The left value to compare.

right
ImageVerificationType

The right value to compare.

Returns

Applies to