ResourceValidation.Equality(ResourceValidation, ResourceValidation) Operator

Definition

Overriding == operator for enum ResourceValidation

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

Parameters

e1
ResourceValidation

the value to compare against e2

e2
ResourceValidation

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to