次の方法で共有


StorageWorkloadType.Equality(StorageWorkloadType, StorageWorkloadType) Operator

Definition

Overriding == operator for enum StorageWorkloadType

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

Parameters

e1
StorageWorkloadType

the value to compare against e2

e2
StorageWorkloadType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to