AggregatedReplicationState.Inequality Operator

Definition

Determines if two AggregatedReplicationState values are not the same.

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

Parameters

left
AggregatedReplicationState

The left value to compare.

right
AggregatedReplicationState

The right value to compare.

Returns

Applies to