CloudEventAttributeType.Inequality Operator

Definition

Determines if two CloudEventAttributeType values are not the same.

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

Parameters

left
CloudEventAttributeType

The left value to compare.

right
CloudEventAttributeType

The right value to compare.

Returns

Applies to