TableSasIPRange.Equality(TableSasIPRange, TableSasIPRange) 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.
Check if two TableSasIPRange instances are equal.
public static bool operator == (Azure.Data.Tables.Sas.TableSasIPRange left, Azure.Data.Tables.Sas.TableSasIPRange right);
static member ( = ) : Azure.Data.Tables.Sas.TableSasIPRange * Azure.Data.Tables.Sas.TableSasIPRange -> bool
Public Shared Operator == (left As TableSasIPRange, right As TableSasIPRange) As Boolean
Parameters
- left
- TableSasIPRange
The first instance to compare.
- right
- TableSasIPRange
The second instance to compare.
Returns
True if they're equal, false otherwise.