ImageVerificationType.Equality Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The left value to compare.
- right
- ImageVerificationType
The right value to compare.