Condividi tramite


SeccompDefault.Inequality(SeccompDefault, SeccompDefault) Operator

Definition

Determines if two SeccompDefault values are not the same.

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

Parameters

left
SeccompDefault

The left value to compare.

right
SeccompDefault

The right value to compare.

Returns

Applies to