Table of Contents

Class Vhost

Namespace
EasyNetQ.Management.Client.Model
Assembly
EasyNetQ.Management.Client.dll
public record Vhost : IEquatable<Vhost>
Inheritance
Vhost
Implements
Inherited Members

Constructors

Vhost(Vhost)

protected Vhost(Vhost original)

Parameters

original Vhost

Vhost(string, bool)

public Vhost(string Name, bool Tracing = false)

Parameters

Name string
Tracing bool

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Name

public string Name { get; init; }

Property Value

string

Tracing

public bool Tracing { get; init; }

Property Value

bool

Methods

Deconstruct(out string, out bool)

public void Deconstruct(out string Name, out bool Tracing)

Parameters

Name string
Tracing bool

Equals(Vhost?)

public virtual bool Equals(Vhost? other)

Parameters

other Vhost

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

PrintMembers(StringBuilder)

protected virtual bool PrintMembers(StringBuilder builder)

Parameters

builder StringBuilder

Returns

bool

ToString()

public override string ToString()

Returns

string

<Clone>$()

public virtual Vhost <Clone>$()

Returns

Vhost

Operators

operator ==(Vhost?, Vhost?)

public static bool operator ==(Vhost? left, Vhost? right)

Parameters

left Vhost
right Vhost

Returns

bool

operator !=(Vhost?, Vhost?)

public static bool operator !=(Vhost? left, Vhost? right)

Parameters

left Vhost
right Vhost

Returns

bool