Condividi tramite


DeleteMemoryStoreResponseObject.Inequality Operator

Definition

Determines if two DeleteMemoryStoreResponseObject values are not the same.

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

Parameters

Returns

Applies to