DeidentificationOperationType.Inequality Operator

Definition

Determines if two DeidentificationOperationType values are not the same.

public static bool operator !=(Azure.Health.Deidentification.DeidentificationOperationType left, Azure.Health.Deidentification.DeidentificationOperationType right);
static member op_Inequality : Azure.Health.Deidentification.DeidentificationOperationType * Azure.Health.Deidentification.DeidentificationOperationType -> bool
Public Shared Operator != (left As DeidentificationOperationType, right As DeidentificationOperationType) As Boolean

Parameters

left
DeidentificationOperationType

The left value to compare.

right
DeidentificationOperationType

The right value to compare.

Returns

Applies to