BlobOperationName.Equality(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 equality of two BlobOperationName instances.
public static bool operator ==(Azure.Storage.Blobs.ChangeFeed.BlobOperationName left, Azure.Storage.Blobs.ChangeFeed.BlobOperationName right);static member ( = ) : Azure.Storage.Blobs.ChangeFeed.BlobOperationName * Azure.Storage.Blobs.ChangeFeed.BlobOperationName -> boolPublic Shared Operator == (left As BlobOperationName, right As BlobOperationName) As BooleanParameters
- left
- BlobOperationName
The BlobOperationName to compare.
- right
- BlobOperationName
The BlobOperationName to compare to.
Returns
true if values of both BlobOperationName are equal, otherwise false.