Share via


OutputType.Equality(OutputType, OutputType) Operator

Definition

Overriding == operator for enum OutputType

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

Parameters

e1
OutputType

the value to compare against e2

e2
OutputType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to