Skip to content

CurrentTenantResponse

Namespace AgentPrism · Assembly AgentPrism.AspNetCore.dll

Tenant of the current request.

public sealed record CurrentTenantResponse : IEquatable<CurrentTenantResponse>

objectCurrentTenantResponse

IEquatable<CurrentTenantResponse>

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

public CurrentTenantResponse()

Tenant identifier.

public required string TenantId { get; init; }

string

public override bool Equals(object? obj)

obj object?

bool

public bool Equals(CurrentTenantResponse? other)

other CurrentTenantResponse?

bool

public override int GetHashCode()

int

public override string ToString()

string

operator ==(CurrentTenantResponse?, CurrentTenantResponse?)

Section titled “ operator ==(CurrentTenantResponse?, CurrentTenantResponse?)”
public static bool operator ==(CurrentTenantResponse? left, CurrentTenantResponse? right)

left CurrentTenantResponse?

right CurrentTenantResponse?

bool

operator !=(CurrentTenantResponse?, CurrentTenantResponse?)

Section titled “ operator !=(CurrentTenantResponse?, CurrentTenantResponse?)”
public static bool operator !=(CurrentTenantResponse? left, CurrentTenantResponse? right)

left CurrentTenantResponse?

right CurrentTenantResponse?

bool