ETag.Inequality(ETag, ETag) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
true
if values of both ETags are not equal, otherwise false
.