PublisherType.Inequality(PublisherType, PublisherType) Operator

Definition

Determines if two PublisherType values are not the same.

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

Parameters

Returns

Applies to