DevCenterPolicyAction.Inequality Operator

Definition

Determines if two DevCenterPolicyAction values are not the same.

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

Parameters

left
DevCenterPolicyAction

The left value to compare.

right
DevCenterPolicyAction

The right value to compare.

Returns

Applies to