BlobOperationName.Inequality(BlobOperationName, BlobOperationName) 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 inequality of two BlobOperationName instances.
public static bool operator !=(Azure.Storage.Blobs.ChangeFeed.BlobOperationName left, Azure.Storage.Blobs.ChangeFeed.BlobOperationName right);
static member op_Inequality : Azure.Storage.Blobs.ChangeFeed.BlobOperationName * Azure.Storage.Blobs.ChangeFeed.BlobOperationName -> bool
Public Shared Operator != (left As BlobOperationName, right As BlobOperationName) As Boolean
Parameters
- left
- BlobOperationName
The BlobOperationName to compare.
- right
- BlobOperationName
The BlobOperationName to compare to.
Returns
true
if values of both BlobOperationName are not equal, otherwise false
.