Share via


LinkedOperation.Equality(LinkedOperation, LinkedOperation) Operator

Definition

Overriding == operator for enum LinkedOperation

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

Parameters

e1
LinkedOperation

the value to compare against e2

e2
LinkedOperation

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to