ComputeBulkOperationKind.Equality Operator

Definition

Determines if two ComputeBulkOperationKind values are the same.

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

Parameters

left
ComputeBulkOperationKind

The left value to compare.

right
ComputeBulkOperationKind

The right value to compare.

Returns

Applies to