Freigeben über


ValidateResourceTypes.Equality Operator

Definition

Overriding == operator for enum ValidateResourceTypes

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

Parameters

e1
ValidateResourceTypes

the value to compare against e2

e2
ValidateResourceTypes

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to