ReplicationState.Inequality(ReplicationState, ReplicationState) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if two ReplicationState values are not the same.
public static bool operator != (Azure.ResourceManager.Compute.Models.ReplicationState left, Azure.ResourceManager.Compute.Models.ReplicationState right);
static member op_Inequality : Azure.ResourceManager.Compute.Models.ReplicationState * Azure.ResourceManager.Compute.Models.ReplicationState -> bool
Public Shared Operator != (left As ReplicationState, right As ReplicationState) As Boolean
Parameters
- left
- ReplicationState
- right
- ReplicationState
Returns
- System.Boolean