PostgreSqlServerKeyType.Equality Operator

Definition

Determines if two PostgreSqlServerKeyType values are the same.

public static bool operator == (Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerKeyType left, Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerKeyType right);
static member ( = ) : Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerKeyType * Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerKeyType -> bool
Public Shared Operator == (left As PostgreSqlServerKeyType, right As PostgreSqlServerKeyType) As Boolean

Parameters

Returns

Applies to