Class QueueName
- Namespace
- EasyNetQ.Management.Client.Model
- Assembly
- EasyNetQ.Management.Client.dll
public record QueueName : IEquatable<QueueName>
- Inheritance
-
QueueName
- Implements
-
- Derived
-
- Inherited Members
-
Constructors
QueueName(QueueName)
protected QueueName(QueueName original)
Parameters
original
QueueName
QueueName(string, string)
public QueueName(string Name, string Vhost)
Parameters
Name
string
Vhost
string
Properties
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
- Type
Name
public string Name { get; init; }
Property Value
- string
Vhost
public string Vhost { get; init; }
Property Value
- string
Methods
Deconstruct(out string, out string)
public void Deconstruct(out string Name, out string Vhost)
Parameters
Name
string
Vhost
string
Equals(QueueName?)
public virtual bool Equals(QueueName? other)
Parameters
other
QueueName
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 QueueName <Clone>$()
Returns
- QueueName
Operators
operator ==(QueueName?, QueueName?)
public static bool operator ==(QueueName? left, QueueName? right)
Parameters
left
QueueName
right
QueueName
Returns
- bool
operator !=(QueueName?, QueueName?)
public static bool operator !=(QueueName? left, QueueName? right)
Parameters
left
QueueName
right
QueueName
Returns
- bool