Share via


MemoryStoreObjectObject Struct

Definition

The MemoryStoreObjectObject.

public readonly struct MemoryStoreObjectObject : IEquatable<Azure.AI.AgentServer.Contracts.Generated.MemoryStore.MemoryStoreObjectObject>
type MemoryStoreObjectObject = struct
Public Structure MemoryStoreObjectObject
Implements IEquatable(Of MemoryStoreObjectObject)
Inheritance
MemoryStoreObjectObject
Implements

Constructors

Name Description
MemoryStoreObjectObject(String)

Initializes a new instance of MemoryStoreObjectObject.

Properties

Name Description
MemoryStore

memory_store.

Methods

Name Description
Equals(MemoryStoreObjectObject)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(MemoryStoreObjectObject, MemoryStoreObjectObject)

Determines if two MemoryStoreObjectObject values are the same.

Implicit(String to MemoryStoreObjectObject)

Converts a String to a MemoryStoreObjectObject.

Inequality(MemoryStoreObjectObject, MemoryStoreObjectObject)

Determines if two MemoryStoreObjectObject values are not the same.

Applies to