Share via


SasIPRange.Equality(SasIPRange, SasIPRange) Operator

Definition

Check if two SasIPRange instances are equal.

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

Applies to