ExpandableStringEnum<T>.Equality Operator

Definition

public static bool operator == (Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<T> lhs, T rhs);
static member ( = ) : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<'T (requires 'T :> Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<'T> and 'T : (new : unit -> 'T))> * 'T -> bool
Public Shared Operator == (lhs As ExpandableStringEnum(Of T), rhs As T) As Boolean

Parameters

rhs
T

Returns

Applies to