Share via


MemoryStoreKind.Inequality(MemoryStoreKind, MemoryStoreKind) Operator

Definition

Determines if two MemoryStoreKind values are not the same.

public static bool operator !=(Azure.AI.AgentServer.Contracts.Generated.MemoryStore.MemoryStoreKind left, Azure.AI.AgentServer.Contracts.Generated.MemoryStore.MemoryStoreKind right);
static member op_Inequality : Azure.AI.AgentServer.Contracts.Generated.MemoryStore.MemoryStoreKind * Azure.AI.AgentServer.Contracts.Generated.MemoryStore.MemoryStoreKind -> bool
Public Shared Operator != (left As MemoryStoreKind, right As MemoryStoreKind) As Boolean

Parameters

Returns

Applies to