Table of Contents

Class GlobalParameter

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

Constructors

GlobalParameter(GlobalParameter)

protected GlobalParameter(GlobalParameter original)

Parameters

original GlobalParameter

GlobalParameter(string, object)

public GlobalParameter(string Name, object Value)

Parameters

Name string
Value object

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Name

public string Name { get; init; }

Property Value

string

Value

public object Value { get; init; }

Property Value

object

Methods

Deconstruct(out string, out object)

public void Deconstruct(out string Name, out object Value)

Parameters

Name string
Value object

Equals(GlobalParameter?)

public virtual bool Equals(GlobalParameter? other)

Parameters

other GlobalParameter

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 GlobalParameter <Clone>$()

Returns

GlobalParameter

Operators

operator ==(GlobalParameter?, GlobalParameter?)

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

Parameters

left GlobalParameter
right GlobalParameter

Returns

bool

operator !=(GlobalParameter?, GlobalParameter?)

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

Parameters

left GlobalParameter
right GlobalParameter

Returns

bool