Share via


RelayPrivateLinkConnectionStatus.Inequality Operator

Definition

Determines if two RelayPrivateLinkConnectionStatus values are not the same.

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

Parameters

Returns

Applies to