Share via


RehydrationStatus.Inequality(RehydrationStatus, RehydrationStatus) Operator

Definition

Overriding != operator for enum RehydrationStatus

public static bool operator != (Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RehydrationStatus e1, Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RehydrationStatus e2);
static member op_Inequality : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RehydrationStatus * Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RehydrationStatus -> bool
Public Shared Operator != (e1 As RehydrationStatus, e2 As RehydrationStatus) As Boolean

Parameters

e1
RehydrationStatus

the value to compare against e2

e2
RehydrationStatus

the value to compare against e1

Returns

true if the two instances are not equal to the same value

Applies to