DeidentificationOperationType.Equality Operator

Definition

Determines if two DeidentificationOperationType values are the same.

public static bool operator ==(Azure.Health.Deidentification.DeidentificationOperationType left, Azure.Health.Deidentification.DeidentificationOperationType right);
static member ( = ) : 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