Share via


StorageSettingStoreTypes.Equality Operator

Definition

Overriding == operator for enum StorageSettingStoreTypes

public static bool operator == (Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes e1, Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes e2);
static member ( = ) : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes * Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes -> bool
Public Shared Operator == (e1 As StorageSettingStoreTypes, e2 As StorageSettingStoreTypes) As Boolean

Parameters

e1
StorageSettingStoreTypes

the value to compare against e2

e2
StorageSettingStoreTypes

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to