Share via


PeeringConnectionState.Inequality Operator

Definition

Determines if two PeeringConnectionState values are not the same.

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

Parameters

Returns

Applies to