DataReplicationJobObjectType.Inequality Operator

Definition

Determines if two DataReplicationJobObjectType values are not the same.

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

Parameters

left
DataReplicationJobObjectType

The left value to compare.

right
DataReplicationJobObjectType

The right value to compare.

Returns

Applies to