Compartilhar via


VectorStoreFileErrorCode.Inequality Operator

Definition

Determines if two VectorStoreFileErrorCode values are not the same.

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

Parameters

Returns

Applies to