次の方法で共有


DisableProtectionReason.Inequality Operator

Definition

Overriding != operator for enum DisableProtectionReason

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

Parameters

e1
DisableProtectionReason

the value to compare against e2

e2
DisableProtectionReason

the value to compare against e1

Returns

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

Applies to