ETag.Inequality(ETag, ETag) Operator

Definition

Compares inequality of two ETag instances.

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

Parameters

left
ETag

The ETag to compare.

right
ETag

The ETag to compare to.

Returns

true if values of both ETags are not equal, otherwise false.

Applies to