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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET