MemoryOperationKind.Inequality 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 MemoryOperationKind values are not the same.
public static bool operator !=(Azure.AI.AgentServer.Contracts.Generated.MemoryStore.MemoryOperationKind left, Azure.AI.AgentServer.Contracts.Generated.MemoryStore.MemoryOperationKind right);
static member op_Inequality : Azure.AI.AgentServer.Contracts.Generated.MemoryStore.MemoryOperationKind * Azure.AI.AgentServer.Contracts.Generated.MemoryStore.MemoryOperationKind -> bool
Public Shared Operator != (left As MemoryOperationKind, right As MemoryOperationKind) As Boolean
Parameters
- left
- MemoryOperationKind
- right
- MemoryOperationKind