Compartilhar via


DeleteOptions.Equality(DeleteOptions, DeleteOptions) Operator

Definition

Overriding == operator for enum DeleteOptions

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

Parameters

e1
DeleteOptions

the value to compare against e2

e2
DeleteOptions

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to