PostgreSqlFlexibleServerPrincipalType.Inequality Operator

Definition

Determines if two PostgreSqlFlexibleServerPrincipalType values are not the same.

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

Parameters

left
PostgreSqlFlexibleServerPrincipalType

The left value to compare.

right
PostgreSqlFlexibleServerPrincipalType

The right value to compare.

Returns

Applies to