Share via


ExtensionCategory.Equality(ExtensionCategory, ExtensionCategory) Operator

Definition

Overriding == operator for enum ExtensionCategory

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

Parameters

e1
ExtensionCategory

the value to compare against e2

e2
ExtensionCategory

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to