Share via


UsernameSource.Equality(UsernameSource, UsernameSource) Operator

Definition

Overriding == operator for enum UsernameSource

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

Parameters

e1
UsernameSource

the value to compare against e2

e2
UsernameSource

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to