ETag.Equality(ETag, ETag) Operator

Definition

Compares equality of two ETag instances.

public static bool operator == (Azure.ETag left, Azure.ETag right);
static member ( = ) : 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 equal, otherwise false.

Applies to