Aracılığıyla paylaş


AppliedScopeType.Equality(AppliedScopeType, AppliedScopeType) Operator

Definition

Overriding == operator for enum AppliedScopeType

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

Parameters

e1
AppliedScopeType

the value to compare against e2

e2
AppliedScopeType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to