PcError.Inequality(PcError, PcError) Operator

Definition

Determines if two PcError values are not the same.

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

Parameters

left
PcError

The left value to compare.

right
PcError

The right value to compare.

Returns

Applies to