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

left
PeeringConnectionState

The left value to compare.

right
PeeringConnectionState

The right value to compare.

Returns

Applies to