Share via


SapVirtualInstanceState.Equality Operator

Definition

Overriding == operator for enum SapVirtualInstanceState

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

Parameters

e1
SapVirtualInstanceState

the value to compare against e2

e2
SapVirtualInstanceState

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to