Language

ProtectionGroupRuleProperty.Equality Operator

Definition

Determines if two ProtectionGroupRuleProperty values are the same.

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

Parameters

left
ProtectionGroupRuleProperty

The left value to compare.

right
ProtectionGroupRuleProperty

The right value to compare.

Returns

Applies to