Udostępnij za pośrednictwem


AccessKeysAuthentication.Equality Operator

Definition

Overriding == operator for enum AccessKeysAuthentication

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

Parameters

e1
AccessKeysAuthentication

the value to compare against e2

e2
AccessKeysAuthentication

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to