VectorEncodingFormat.Inequality Operator

Definition

Determines if two VectorEncodingFormat values are not the same.

public static bool operator !=(Azure.Search.Documents.Indexes.Models.VectorEncodingFormat left, Azure.Search.Documents.Indexes.Models.VectorEncodingFormat right);
static member op_Inequality : 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