Condividi tramite


BlobChangeFeedEventType.Equality Operator

Definition

Compares equality of two BlobChangeFeedEventType instances.

public static bool operator == (Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventType left, Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventType right);
static member ( = ) : Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventType * Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventType -> bool
Public Shared Operator == (left As BlobChangeFeedEventType, right As BlobChangeFeedEventType) As Boolean

Parameters

Returns

true if values of both BlobChangeFeedEventType are equal, otherwise false.

Applies to