Sdílet prostřednictvím


OperationStatusType.Equality(OperationStatusType, OperationStatusType) Operator

Definition

Overriding == operator for enum OperationStatusType

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

Parameters

e1
OperationStatusType

the value to compare against e2

e2
OperationStatusType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to