MemoryStoreKind.Inequality(MemoryStoreKind, MemoryStoreKind) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- left
- MemoryStoreKind
- right
- MemoryStoreKind