Compartilhar via


SignedResource.Equality(SignedResource, SignedResource) Operator

Definition

Overriding == operator for enum SignedResource

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

Parameters

e1
SignedResource

the value to compare against e2

e2
SignedResource

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to