Compartilhar via


VectorStoreObject.Equality(VectorStoreObject, VectorStoreObject) Operator

Definition

Determines if two VectorStoreObject values are the same.

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

Parameters

Returns

Applies to