Share via


PrivateEndpointStatus.Inequality Operator

Definition

Overriding != operator for enum PrivateEndpointStatus

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

Parameters

e1
PrivateEndpointStatus

the value to compare against e2

e2
PrivateEndpointStatus

the value to compare against e1

Returns

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

Applies to