CustomDomainIdentityType.Inequality Operator

Definition

Determines if two CustomDomainIdentityType values are not the same.

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

Parameters

Returns

Applies to