DevOpsEphemeralType.Inequality Operator

Definition

Determines if two DevOpsEphemeralType values are not the same.

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

Parameters

left
DevOpsEphemeralType

The left value to compare.

right
DevOpsEphemeralType

The right value to compare.

Returns

Applies to