Share via


ErrorEvent.Inequality(ErrorEvent, ErrorEvent) Operator

Definition

Determines if two ErrorEvent values are not the same.

public static bool operator != (Azure.AI.Projects.ErrorEvent left, Azure.AI.Projects.ErrorEvent right);
static member op_Inequality : 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