ProviderNotificationEndpointType.Inequality Operator

Definition

Determines if two ProviderNotificationEndpointType values are not the same.

public static bool operator !=(Azure.ResourceManager.ProviderHub.Models.ProviderNotificationEndpointType left, Azure.ResourceManager.ProviderHub.Models.ProviderNotificationEndpointType right);
static member op_Inequality : Azure.ResourceManager.ProviderHub.Models.ProviderNotificationEndpointType * Azure.ResourceManager.ProviderHub.Models.ProviderNotificationEndpointType -> bool
Public Shared Operator != (left As ProviderNotificationEndpointType, right As ProviderNotificationEndpointType) As Boolean

Parameters

left
ProviderNotificationEndpointType

The left value to compare.

right
ProviderNotificationEndpointType

The right value to compare.

Returns

Applies to