DomainNotRenewableReason.Inequality Operator

Definition

Determines if two DomainNotRenewableReason values are not the same.

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

Parameters

Returns

Applies to