Share via


ValidationType.Inequality(ValidationType, ValidationType) Operator

Definition

Overriding != operator for enum ValidationType

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

Parameters

e1
ValidationType

the value to compare against e2

e2
ValidationType

the value to compare against e1

Returns

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

Applies to