Share via


PendingUploadType.Equality(PendingUploadType, PendingUploadType) Operator

Definition

Determines if two PendingUploadType values are the same.

public static bool operator ==(Azure.AI.Projects.PendingUploadType left, Azure.AI.Projects.PendingUploadType right);
static member ( = ) : Azure.AI.Projects.PendingUploadType * Azure.AI.Projects.PendingUploadType -> bool
Public Shared Operator == (left As PendingUploadType, right As PendingUploadType) As Boolean

Parameters

left
PendingUploadType

The left value to compare.

right
PendingUploadType

The right value to compare.

Returns

Applies to