RecoveryPointSyncType.Inequality Operator

Definition

Determines if two RecoveryPointSyncType values are not the same.

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

Parameters

Returns

Applies to