NotificationHubPublicNetworkAccess.Equality Operator

Definition

Determines if two NotificationHubPublicNetworkAccess values are the same.

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

Parameters

left
NotificationHubPublicNetworkAccess

The left value to compare.

right
NotificationHubPublicNetworkAccess

The right value to compare.

Returns

Applies to