Compartilhar via


RenderingType.Equality(RenderingType, RenderingType) Operator

Definition

Overriding == operator for enum RenderingType

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

Parameters

e1
RenderingType

the value to compare against e2

e2
RenderingType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to