Language

CommvaultProtectionStatus.Equality Operator

Definition

Determines if two CommvaultProtectionStatus values are the same.

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

Parameters

left
CommvaultProtectionStatus

The left value to compare.

right
CommvaultProtectionStatus

The right value to compare.

Returns

Applies to