Share via


Commit.Inequality(Commit, Commit) Operator

Definition

Overriding != operator for enum Commit

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

Parameters

e1
Commit

the value to compare against e2

e2
Commit

the value to compare against e1

Returns

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

Applies to