StorageUri.Equality(StorageUri, StorageUri) 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 two StorageUri objects for equivalency.
public static bool operator == (Microsoft.Azure.Cosmos.Table.StorageUri uri1, Microsoft.Azure.Cosmos.Table.StorageUri uri2);
static member ( = ) : Microsoft.Azure.Cosmos.Table.StorageUri * Microsoft.Azure.Cosmos.Table.StorageUri -> bool
Public Shared Operator == (uri1 As StorageUri, uri2 As StorageUri) As Boolean
Parameters
- uri1
- StorageUri
The first StorageUri object to compare.
- uri2
- StorageUri
The second StorageUri object to compare.
Returns
true
if the StorageUri objects have equivalent values; otherwise, false
.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET