WebPubSubSharedPrivateLinkStatus.Inequality Operator

Definition

Determines if two WebPubSubSharedPrivateLinkStatus values are not the same.

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

Parameters

left
WebPubSubSharedPrivateLinkStatus

The left value to compare.

right
WebPubSubSharedPrivateLinkStatus

The right value to compare.

Returns

Applies to