你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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