StorageUri.Inequality(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 non-equivalency.
public static bool operator != (Microsoft.Azure.Storage.StorageUri uri1, Microsoft.Azure.Storage.StorageUri uri2);
static member op_Inequality : Microsoft.Azure.Storage.StorageUri * Microsoft.Azure.Storage.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 non-equivalent values; otherwise, false
.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET