Share via


VectorStoreFileBatchObject.Equality Operator

Definition

Determines if two VectorStoreFileBatchObject values are the same.

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

Parameters

Returns

Applies to