Condividi tramite


ErrorEvent.Equality(ErrorEvent, ErrorEvent) Operator

Definition

Determines if two ErrorEvent values are the same.

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

Parameters

left
ErrorEvent
right
ErrorEvent

Returns

Applies to