VectorEncodingFormat.Equality Operator

Definition

Determines if two VectorEncodingFormat values are the same.

public static bool operator ==(Azure.Search.Documents.Indexes.Models.VectorEncodingFormat left, Azure.Search.Documents.Indexes.Models.VectorEncodingFormat right);
static member ( = ) : Azure.Search.Documents.Indexes.Models.VectorEncodingFormat * Azure.Search.Documents.Indexes.Models.VectorEncodingFormat -> bool
Public Shared Operator == (left As VectorEncodingFormat, right As VectorEncodingFormat) As Boolean

Parameters

left
VectorEncodingFormat

The left value to compare.

right
VectorEncodingFormat

The right value to compare.

Returns

Applies to