SasIPRange.Inequality(SasIPRange, SasIPRange) Operator

Definition

Check if two SasIPRange instances are not equal.

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

Parameters

left
SasIPRange

The first instance to compare.

right
SasIPRange

The second instance to compare.

Returns

True if they're not equal, false otherwise.

Applies to